Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.1 by gforget, Wed Feb 10 14:43:48 2010 UTC | revision 1.2 by gforget, Thu Oct 20 20:57:01 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | function r = ne(p,q) | function r = ne(p,q) |
2 | %overloaded gcmfaces ne function : | |
3 | % simply calls double ne function for each face data | |
4 | % if any of the two arguments is a gcmfaces object | |
5 | ||
6 | if isa(p,'gcmfaces'); r=p; else; r=q; end; | if isa(p,'gcmfaces'); r=p; else; r=q; end; |
7 | for iFace=1:r.nFaces; | for iFace=1:r.nFaces; |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |