Changeset 721 for trunk


Ignore:
Timestamp:
Feb 26, 2014, 10:34:14 PM (10 years ago)
Author:
sommeria
Message:

improve index display for civ_series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/civ_series.m

    r716 r721  
    5151    Data.AllowInputSort='off';% allow alphabetic sorting of the list of input file SubDir (options 'off'/'on', 'off' by default)
    5252    Data.WholeIndexRange='off';% prescribes the file index ranges from min to max (options 'off'/'on', 'off' by default)
     53    if strcmp(Data.ActionInput.PairIndices.ListPairMode,'pair j1-j2')
     54        Data.Desable_j_index='on';% hide the j index in series (set by the pair choice in civ_input)
     55    end
    5356    Data.NbSlice='off'; %nbre of slices ('off' by default)
    5457    Data.VelType='off';% menu for selecting the velocity type (options 'off'/'one'/'two',  'off' by default)
Note: See TracChangeset for help on using the changeset viewer.