Changeset 1008 for trunk/src/series.m


Ignore:
Timestamp:
Jul 13, 2017, 3:49:43 PM (8 years ago)
Author:
campagne8a
Message:

Calib.f1 to Calib.fx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r1005 r1008  
    24892489%% Check whether alphabetical sorting of input Subdir is allowed by the Action fct  (for multiples series entries)
    24902490if isfield(ParamOut,'AllowInputSort')&&isequal(ParamOut.AllowInputSort,'on')&& size(Param.InputTable,1)>1
    2491     [tild,iview]=sort(InputTable(:,2)); % subdirectories sorted in alphabetical order
    2492     set(handles.InputTable,'Data',InputTable(iview,:));
     2491    [tild,iview]=sort(Param.InputTable(:,2)); % subdirectories sorted in alphabetical order
     2492    set(handles.InputTable,'Data',Param.InputTable(iview,:));
    24932493    MinIndex_i=get(handles.MinIndex_i,'Data');
    24942494    MinIndex_j=get(handles.MinIndex_j,'Data');
Note: See TracChangeset for help on using the changeset viewer.