Changeset 1048 for trunk/src/series
- Timestamp:
- Jun 4, 2018, 8:00:50 PM (7 years ago)
- Location:
- trunk/src/series
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_input.m
r1033 r1048 337 337 338 338 %% set default choice of pair mode 339 PairIndex= [];339 PairIndex=1; 340 340 if isfield(Param,'ActionInput') && isfield(Param.ActionInput,'PairIndices') 341 341 PairIndex=find(strcmp(Param.ActionInput.PairIndices.ListPairMode,PairMenu));
Note: See TracChangeset
for help on using the changeset viewer.