Changeset 988 for trunk/src/mask_proj.m


Ignore:
Timestamp:
Jan 22, 2017, 11:21:54 PM (7 years ago)
Author:
g7moreau
Message:
  • Rewrite some case item
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mask_proj.m

    r977 r988  
    5353        end
    5454        switch CellInfo{icell}.CoordType;
    55             case  'scattered'   
     55            case 'scattered'   
    5656                XName=FieldData.ListVarName{CellInfo{icell}.Coord_x};
    5757                YName=FieldData.ListVarName{CellInfo{icell}.Coord_y};
     
    7474                end
    7575                ProjData.(FFName)(checkfalse)=1;% update the existing error flag             
    76             case  'grid'
     76            case 'grid'
    7777                XName=FieldData.ListVarName{CellInfo{icell}.CoordIndex(2)};
    7878                YName=FieldData.ListVarName{CellInfo{icell}.CoordIndex(1)};
Note: See TracChangeset for help on using the changeset viewer.