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

Diff of /MITgcm_contrib/gael/matlab_class/@gcmfaces/subsref.m

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

revision 1.1 by gforget, Wed Feb 10 14:43:48 2010 UTC revision 1.2 by gforget, Thu Oct 20 20:57:02 2011 UTC
# Line 1  Line 1 
1  function b = subsref(a,index)  function b = subsref(a,index)
2    %overloaded gcmfaces subsref function : subscripted reference according to
3    %  beta{n}     will return the n^{th} face data (array).
4    %  beta(:,:,n) will return the n^{th} vertical level (gcmfaces).
5    %  beta.nFaces will return the nFaces attribute (double).
6    
7  switch index(1).type  switch index(1).type
8  case '{}'  case '{}'

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22