Changeset 988 for trunk/src/mask_proj.m
- Timestamp:
- Jan 22, 2017, 11:21:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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)};
Note: See TracChangeset
for help on using the changeset viewer.