Parent Directory
|
Revision Log
|
Revision Graph
- add help sections at the top.
1 | gforget | 1.1 | function r = real(p) |
2 | gforget | 1.2 | %overloaded gcmfaces real function : |
3 | % simply calls double real function for each face data | ||
4 | gforget | 1.1 | |
5 | r=p; | ||
6 | |||
7 | for iFace=1:r.nFaces; | ||
8 | iF=num2str(iFace); | ||
9 | eval(['r.f' iF '=real(p.f' iF ');']); | ||
10 | end; | ||
11 | |||
12 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |