Changeset 710 for trunk/src/series/civ_input.m
- Timestamp:
- Feb 16, 2014, 5:35:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_input.m
r707 r710 103 103 if ~strcmp(Param.Action.ActionName,'civ_series') 104 104 msgbox_uvmat('ERROR','bad input data file: open an image or a nc file from civ_series') 105 return105 %return 106 106 end 107 107 NomTypeNc=NomTypeInput; … … 109 109 if isempty(regexp(NomTypeInput,'[ab|AB|-]', 'once')) 110 110 set(handles.ListCompareMode,'Value',2) %mode displacement advised if the nomencalture does not involve index pairs 111 set(handles.RootFile_1,'Visible','On');111 % set(handles.RootFile_1,'Visible','On'); 112 112 else 113 113 set(handles.ListCompareMode,'Value',1) 114 % set(handles.RootFile_1,'Visible','Off');115 114 end 116 115 imageinput='';
Note: See TracChangeset
for help on using the changeset viewer.