/[MITgcm]/MITgcm_contrib/gael/matlab_class/@gcmfaces/log10.m
ViewVC logotype

Annotation of /MITgcm_contrib/gael/matlab_class/@gcmfaces/log10.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Sat Jan 18 21:12:36 2014 UTC (11 years, 5 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65x, checkpoint65r, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, HEAD
- more overloaded functions.

1 gforget 1.1 function r = log10(p)
2     %overloaded gcmfaces log10 function :
3     % simply calls double log10 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 '=log10(p.f' iF ');']);
10     end;
11    
12    

  ViewVC Help
Powered by ViewVC 1.1.22