Changeset 246 for trunk/src/struct2nc.m
- Timestamp:
- Apr 28, 2011, 10:52:31 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/struct2nc.m
r189 r246 35 35 function errormsg=struct2nc(flname,Data) 36 36 if ~ischar(flname) 37 errormsg=' no name input for the netcf file';37 errormsg='invalid input for the netcf file name'; 38 38 return 39 39 end
Note: See TracChangeset
for help on using the changeset viewer.