Ignore:
Timestamp:
May 10, 2014, 12:50:36 AM (10 years ago)
Author:
sommeria
Message:

bug corrected in sub_background. test_patch1 introduced in civ_series

File:
1 edited

Legend:

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

    r768 r774  
    5252    Data.AllowInputSort='off';% allow alphabetic sorting of the list of input file SubDir (options 'off'/'on', 'off' by default)
    5353    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')
    5555        Data.Desable_j_index='on';% hide the j index in series (set by the pair choice in civ_input)
    5656    end
Note: See TracChangeset for help on using the changeset viewer.