Changeset 158 for trunk/src/series.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/series.m

    r156 r158  
    20922092        transform_menu=get(handles.transform_fct,'String');
    20932093        ichoice=get(handles.transform_fct,'Value');
    2094         if isequal(transform_menu{ichoice},'px');
    2095             data.CoordType='px';
    2096         else
    2097             data.CoordType='phys';
    2098         end
     2094%         if isequal(transform_menu{ichoice},'px');
     2095%             data.CoordType='px';
     2096%         else
     2097%             data.CoordType='phys';
     2098%         end
    20992099        data.desable_plot=1;
    21002100        [SeriesData.hset_object,SeriesData.sethandles]=set_object(data);% call the set_object interface
Note: See TracChangeset for help on using the changeset viewer.