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

Contents of /MITgcm_contrib/gael/matlab_class/@gcmfaces/cat.m

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


Revision 1.1 - (show annotations) (download)
Fri Jan 7 20:32:21 2011 UTC (14 years, 6 months ago) by gforget
Branch: MAIN
overloading cat.m

1 function r = cat(nDim,p,q)
2
3 r=p;
4
5 for iFace=1:r.nFaces;
6 iF=num2str(iFace);
7 eval(['r.f' iF '=cat(nDim,p.f' iF ',q.f' iF ');']);
8 end;
9
10

  ViewVC Help
Powered by ViewVC 1.1.22