Parent Directory
|
Revision Log
|
Revision Graph
- add help sections at the top.
1 | gforget | 1.1 | function val = get(a, propName) |
2 | gforget | 1.2 | %overloaded gcmfaces get function : |
3 | % V = GET(H,'PropertyName') returns the value of the specified | ||
4 | % attribute (e.g. nFaces and gridType) of a gcmfaces object H. | ||
5 | gforget | 1.1 | |
6 | eval(['val = a.' propName ';']); | ||
7 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |