Changeset 538 for trunk/src/read_field.m
- Timestamp:
- Sep 3, 2012, 11:53:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_field.m
r534 r538 84 84 Role{numel(ListVar)}='ancillary';% scalar used for color vector (not projected) 85 85 end 86 [Field,var_detect,ichoice]=nc2struct(FileName,[ParamIn.Coord_x ParamIn.Coord_yListVar]);86 [Field,var_detect,ichoice]=nc2struct(FileName,[ParamIn.Coord_x (ParamIn.Coord_y)' ListVar]); 87 87 if isfield(Field,'Txt') 88 88 errormsg=Field.Txt;
Note: See TracChangeset
for help on using the changeset viewer.