Changeset 506 for trunk/src/civ.m
- Timestamp:
- Jul 27, 2012, 10:22:17 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r505 r506 107 107 set(handles.RunMode,'String',{'local';'background';'cluster'}) 108 108 end 109 % if isfield(sparam.RunParam,'CivBin')110 % if ~exist(sparam.RunParam.CivBin,'file')111 % sparam.RunParam.CivBin=fullfile(path_civ,sparam.RunParam.CivBin);112 % end113 % else114 % sparam.RunParam.CivBin='';115 % end116 109 117 110 %% load the list of previously browsed files in the upper bar menu Open/ … … 136 129 set(handles.RootPath,'BackgroundColor',[1 1 1])%paint RootName back to white to indicate that the file input is finished 137 130 end 131 Program_Callback([],[], handles) 138 132 139 133 %------------------------------------------------------------------------ … … 351 345 if isempty(regexp(NomTypeInput,'[ab|AB|-]', 'once')) 352 346 set(handles.ListCompareMode,'Value',2) %mode displacement advised if the nomencalture does not involve index pairs 353 % [RootPath,SubDir]=fileparts(RootPath);354 347 set(handles.RootFile_1,'Visible','On'); 355 348 else
Note: See TracChangeset
for help on using the changeset viewer.