Changeset 158 for trunk/src/view_field.m


Ignore:
Timestamp:
Dec 22, 2010, 5:12:31 PM (13 years ago)
Author:
sommeria
Message:

CoordType? not used, replaced by CoordUnit?
bug repair in check_field_structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/view_field.m

    r156 r158  
    145145        Mask.AX=[0.5 npxy(2)-0.5];
    146146        Mask.AY=[npxy(1)-0.5 0.5 ];
    147         Mask.CoordType='px';
     147        Mask.CoordUnit='pixel';
    148148        if isequal(get(handles.slices,'Value'),1)
    149149           NbSlice=str2num(get(handles.nb_slice,'String'));
Note: See TracChangeset for help on using the changeset viewer.