/[MITgcm]/MITgcm/utils/matlab/merccube.m
ViewVC logotype

Diff of /MITgcm/utils/matlab/merccube.m

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

revision 1.2 by adcroft, Wed Aug 15 15:47:19 2001 UTC revision 1.3 by adcroft, Thu Aug 30 13:49:52 2001 UTC
# Line 53  else Line 53  else
53  end  end
54    
55  if size(X,1)==size(Q,1)  if size(X,1)==size(Q,1)
  whos  
56   X(end+1,:,:)=NaN;   X(end+1,:,:)=NaN;
57   X(:,end+1,:)=NaN;   X(:,end+1,:)=NaN;
58   X(end,:,[1 3 5])=X(1,:,[2 4 6]);   X(end,:,[1 3 5])=X(1,:,[2 4 6]);

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

  ViewVC Help
Powered by ViewVC 1.1.22