Parent Directory
|
Revision Log
|
Revision Graph
|
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 |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |