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

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

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

revision 1.1 by adcroft, Thu Jan 17 15:57:50 2002 UTC revision 1.2 by adcroft, Fri Jun 4 17:09:11 2004 UTC
# Line 51  for k=1:nz, Line 51  for k=1:nz,
51  end  end
52    
53  dens=reshape(dens,n);  dens=reshape(dens,n);
54    dens( find(t==0 & s==0) )=0;

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

  ViewVC Help
Powered by ViewVC 1.1.22