- Timestamp:
- Oct 14, 2010, 1:12:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r107 r110 108 108 errormsg=[];%default error message 109 109 xmlfile=fullfile(path_UVMAT,'PARAM.xml'); 110 if ~exist(xmlfile,'file') 111 xmlfile='PARAM.xml'; 112 end 110 113 if exist(xmlfile,'file') 111 114 try … … 118 121 errormsg=[xmlfile ' not found: path to civx binaries undefined']; 119 122 end 123 120 124 121 125 if ~isempty(errormsg)
Note: See TracChangeset
for help on using the changeset viewer.