 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
 Revision Graph
- overload a few more basic functions
| 1 | function r = tand(p) | 
| 2 | %overloaded gcmfaces tand function : | 
| 3 | % simply calls double tand function for each face data | 
| 4 | |
| 5 | r=p; | 
| 6 | |
| 7 | for iFace=1:r.nFaces; | 
| 8 | iF=num2str(iFace); | 
| 9 | eval(['r.f' iF '=tand(p.f' iF ');']); | 
| 10 | end; | 
| 11 | |
| 12 | 
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |