- Timestamp:
- Aug 28, 2013, 12:12:40 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/check_files.m
r667 r679 134 134 %% loop on the list of functions in the uvmat package 135 135 icount=0; 136 if ~exist( '@xmltree','dir')136 if ~exist(fullfile(pathuvmat,'@xmltree'),'dir') 137 137 icount=icount+1; 138 138 checkmsg{icount}='ERROR installation: toolbox xmltree missing';
Note: See TracChangeset
for help on using the changeset viewer.