- Timestamp:
- Nov 18, 2017, 6:04:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_input.m
r1020 r1021 311 311 end 312 312 end 313 314 ifstrcmp(Param.ActionInput.ListCompareMode,'displacement')313 if isfield(Param,'ActionInput') && isfield(Param.ActionInput,'ListCompareMode')&&... 314 strcmp(Param.ActionInput.ListCompareMode,'displacement') 315 315 set(handles.PairIndices,'Visible','off') 316 316 end
Note: See TracChangeset
for help on using the changeset viewer.