Changeset 1048 for trunk/src/series


Ignore:
Timestamp:
Jun 4, 2018, 8:00:50 PM (6 years ago)
Author:
sommeria
Message:

bugs corrected in plot profiles

Location:
trunk/src/series
Files:
1 added
1 edited

Legend:

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

    r1033 r1048  
    337337
    338338%% set default choice of pair mode
    339 PairIndex=[];
     339PairIndex=1;
    340340if isfield(Param,'ActionInput') && isfield(Param.ActionInput,'PairIndices')
    341341    PairIndex=find(strcmp(Param.ActionInput.PairIndices.ListPairMode,PairMenu));
Note: See TracChangeset for help on using the changeset viewer.