Changeset 1022 for trunk/src/nc2struct.m
- Timestamp:
- Dec 11, 2017, 1:15:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/nc2struct.m
r1001 r1022 79 79 end 80 80 else 81 if regexp(nc,'^http://') 82 nc=netcdf.open(nc,'NC_NOWRITE'); 83 testfile=1; 84 else 81 85 errormsg=['ERROR:file ' nc ' does not exist']; 82 86 return 87 end 83 88 end 84 89 else
Note: See TracChangeset
for help on using the changeset viewer.