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 a = set(a,varargin) | function a = set(a,varargin) |
2 | %overloaded gcmfaces set function : | |
3 | % V = SET(H,'PropertyName',PropertyValue) sets the value of the specified | |
4 | % attribute (e.g. nFaces and gridType) of a gcmfaces object H. | |
5 | ||
6 | propertyArgIn = varargin; | propertyArgIn = varargin; |
7 | while length(propertyArgIn) >= 2, | while length(propertyArgIn) >= 2, |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |