Changeset 679 for trunk


Ignore:
Timestamp:
Aug 28, 2013, 12:12:40 AM (11 years ago)
Author:
sommeria
Message:

detection of xmltree in checlk_file corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_files.m

    r667 r679  
    134134%% loop on the list of functions in the uvmat package
    135135icount=0;
    136 if ~exist('@xmltree','dir')
     136if ~exist(fullfile(pathuvmat,'@xmltree'),'dir')
    137137    icount=icount+1;
    138138    checkmsg{icount}='ERROR installation: toolbox xmltree missing';
Note: See TracChangeset for help on using the changeset viewer.