Changeset 774 for trunk/src/series/civ_series.m
- Timestamp:
- May 10, 2014, 12:50:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_series.m
r768 r774 52 52 Data.AllowInputSort='off';% allow alphabetic sorting of the list of input file SubDir (options 'off'/'on', 'off' by default) 53 53 Data.WholeIndexRange='off';% prescribes the file index ranges from min to max (options 'off'/'on', 'off' by default) 54 if strcmp(Data.ActionInput.PairIndices.ListPairMode,'pair j1-j2')54 if isfield(Data,'ActionInput') && strcmp(Data.ActionInput.PairIndices.ListPairMode,'pair j1-j2') 55 55 Data.Desable_j_index='on';% hide the j index in series (set by the pair choice in civ_input) 56 56 end
Note: See TracChangeset
for help on using the changeset viewer.