Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.1 by gforget, Wed Feb 10 14:43:47 2010 UTC | revision 1.2 by gforget, Thu Oct 20 20:57:01 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | function [aU,aV]=exch_UV(bU,bV); | function [aU,aV]=exch_UV(bU,bV); |
2 | %special exchange routine for velocity points | |
3 | ||
4 | if strcmp(bU.gridType,'llc'); | if strcmp(bU.gridType,'llc'); |
5 | [aU,aV]=exch_UV_llc(bU,bV); | [aU,aV]=exch_UV_llc(bU,bV); |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |