- Timestamp:
- Jan 22, 2017, 11:21:54 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/@xmltree/add.m
r925 r988 69 69 'parent',[],... 70 70 'uid',l+1); 71 case 71 case 'cdata' 72 72 tree.tree{l+1} = struct('type','cdata',... 73 73 'value',parameter,... -
trunk/src/calc_field_interp.m
r977 r988 83 83 end 84 84 InputVarList=[InputVarList UName{ilist}]; %the variable is added to the list if it is not already in the list 85 else % case 85 else % case 'norm' for instance 86 86 UName{ilist}=r.UName; 87 87 VName{ilist}=r.VName; -
trunk/src/mask_proj.m
r977 r988 53 53 end 54 54 switch CellInfo{icell}.CoordType; 55 case 55 case 'scattered' 56 56 XName=FieldData.ListVarName{CellInfo{icell}.Coord_x}; 57 57 YName=FieldData.ListVarName{CellInfo{icell}.Coord_y}; … … 74 74 end 75 75 ProjData.(FFName)(checkfalse)=1;% update the existing error flag 76 case 76 case 'grid' 77 77 XName=FieldData.ListVarName{CellInfo{icell}.CoordIndex(2)}; 78 78 YName=FieldData.ListVarName{CellInfo{icell}.CoordIndex(1)}; -
trunk/src/struct2nc.m
r977 r988 120 120 case {'int8','uint8','int16','uint16','int32','uint32','int64','uint64'} 121 121 VarType='nc_int'; 122 case 122 case 'logical' 123 123 VarType='nc_byte'; 124 124 end
Note: See TracChangeset
for help on using the changeset viewer.