Changeset 89 for trunk/src/check_field_structure.m
- Timestamp:
- May 20, 2010, 1:48:25 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/check_field_structure.m
r38 r89 1 1 %'check_field_structure': check the validity of the field struture representation consistant with the netcdf format 2 %---------------------------------------------------------------------- 2 %------------------------------------------------------------------------ 3 3 % function [DataOut,errormsg]=check_field_structure(Data) 4 4 % 5 5 % OUTPUT: 6 % Data: structure reproducing the input structure Data, with the additional elements:6 % DataOut: structure reproducing the input structure Data, with the additional elements: 7 7 % with fields: 8 8 % … … 13 13 % errormsg: error message which is not empty when the input structure does not have the right form 14 14 % 15 % INPUT:15 % INPUT: 16 16 % Data: structure containing 17 17 % (optional) .ListGlobalAttribute: cell listing the names of the global attributes
Note: See TracChangeset
for help on using the changeset viewer.