Changeset 1021 for trunk/src


Ignore:
Timestamp:
Nov 18, 2017, 6:04:03 PM (6 years ago)
Author:
sommeria
Message:

mode displacement repaired

File:
1 edited

Legend:

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

    r1020 r1021  
    311311    end
    312312end
    313 
    314        if strcmp(Param.ActionInput.ListCompareMode,'displacement')
     313       if isfield(Param,'ActionInput') && isfield(Param.ActionInput,'ListCompareMode')&&...
     314               strcmp(Param.ActionInput.ListCompareMode,'displacement')
    315315            set(handles.PairIndices,'Visible','off')
    316316        end
Note: See TracChangeset for help on using the changeset viewer.