/[MITgcm]/MITgcm_contrib/gael/profilesMatlabProcessing/profiles_misc/ncopen.m
ViewVC logotype

Diff of /MITgcm_contrib/gael/profilesMatlabProcessing/profiles_misc/ncopen.m

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

revision 1.1 by roquet, Mon Apr 11 20:48:54 2011 UTC revision 1.2 by roquet, Wed Apr 13 22:56:19 2011 UTC
# Line 13  end Line 13  end
13  if useNativeMatlabNetcdf;  if useNativeMatlabNetcdf;
14      nc=netcdf.open(theNetCDFFile,mode);      nc=netcdf.open(theNetCDFFile,mode);
15  else;%try to use old mex stuff  else;%try to use old mex stuff
16      nc=netcdf(theNetCDFFile,mode);      if mode==0,
17            nc=netcdf(theNetCDFFile);
18        else
19            nc=netcdf(theNetCDFFile,mode);
20        end        
21  end;  end;
22    
23    

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

  ViewVC Help
Powered by ViewVC 1.1.22