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

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

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


Revision 1.1 - (hide annotations) (download)
Thu Aug 25 22:58:16 2011 UTC (13 years, 10 months ago) by gforget
Branch: MAIN
- overload repmat for gcmfaces objects.

1 gforget 1.1 function r = repmat(p,varargin)
2    
3     r=p;
4    
5     for iFace=1:r.nFaces;
6     iF=num2str(iFace);
7     eval(['r.f' iF '=repmat(p.f' iF ',varargin{:});']);
8     end;
9    
10    

  ViewVC Help
Powered by ViewVC 1.1.22