Changeset 110 for trunk/src/civ.m


Ignore:
Timestamp:
Oct 14, 2010, 1:12:38 PM (14 years ago)
Author:
sommeria
Message:

reads PARAM.xml in uvmat folder, then in matlab path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r107 r110  
    108108errormsg=[];%default error message
    109109xmlfile=fullfile(path_UVMAT,'PARAM.xml');
     110if ~exist(xmlfile,'file')
     111    xmlfile='PARAM.xml';
     112end
    110113if exist(xmlfile,'file')
    111114    try
     
    118121    errormsg=[xmlfile ' not found: path to civx binaries undefined'];
    119122end
     123
    120124
    121125if ~isempty(errormsg)
Note: See TracChangeset for help on using the changeset viewer.