- Timestamp:
- Oct 14, 2010, 2:21:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r110 r111 107 107 path_UVMAT=fileparts(path_uvmat); %path to UVMAT 108 108 errormsg=[];%default error message 109 xmlfile=fullfile(path_UVMAT,'PARAM.xml');110 if ~exist(xmlfile,'file')109 % xmlfile=fullfile(path_UVMAT,'PARAM.xml'); 110 % if ~exist(xmlfile,'file') 111 111 xmlfile='PARAM.xml'; 112 end112 % end 113 113 if exist(xmlfile,'file') 114 114 try
Note: See TracChangeset
for help on using the changeset viewer.