- Timestamp:
- Feb 2, 2011, 1:22:26 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/struct2nc.m
r140 r189 51 51 return 52 52 end 53 [Data,errormsg]=check_field_structure(Data) %check the validity of the input field structure53 [Data,errormsg]=check_field_structure(Data);%check the validity of the input field structure 54 54 if ~isempty(errormsg) 55 55 errormsg=['invalid input structure:' errormsg];
Note: See TracChangeset
for help on using the changeset viewer.