Changeset 750 for trunk/src/get_field.m


Ignore:
Timestamp:
Apr 24, 2014, 8:43:54 AM (10 years ago)
Author:
sommeria
Message:

bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field.m

    r748 r750  
    603603
    604604%% set default coord selection
    605 if numel(find(test_coord))>3
    606     SwitchVarIndexTime=get(handles.SwitchVarIndexTime,'String');
    607     if numel(SwitchVarIndexTime)<3
    608         SwitchVarIndexTime=[SwitchVarIndexTime;'matrix_index'];
    609         set(handles.SwitchVarIndexTime,'String',SwitchVarIndexTime)
    610     end
    611     set(handles.SwitchVarIndexTime,'Value',3)% the last dim must be considered as time
    612     SwitchVarIndexTime_Callback([], [], handles)
    613 end
     605% if numel(find(test_coord))>3
     606%     SwitchVarIndexTime=get(handles.SwitchVarIndexTime,'String');
     607%     if numel(SwitchVarIndexTime)<3
     608%         SwitchVarIndexTime=[SwitchVarIndexTime;'matrix_index'];
     609%         set(handles.SwitchVarIndexTime,'String',SwitchVarIndexTime)
     610%     end
     611%     set(handles.SwitchVarIndexTime,'Value',3)% the last dim must be considered as time
     612%     SwitchVarIndexTime_Callback([], [], handles)
     613% end
    614614
    615615coord_val=[0 0];
Note: See TracChangeset for help on using the changeset viewer.