Changeset 111 for trunk/src/civ.m


Ignore:
Timestamp:
Oct 14, 2010, 2:21:26 PM (14 years ago)
Author:
sommeria
Message:

PARAM.xml is searched in the order of matlab path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r110 r111  
    107107path_UVMAT=fileparts(path_uvmat); %path to UVMAT
    108108errormsg=[];%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')
    111111    xmlfile='PARAM.xml';
    112 end
     112% end
    113113if exist(xmlfile,'file')
    114114    try
Note: See TracChangeset for help on using the changeset viewer.