Changeset 9


Ignore:
Timestamp:
Jan 8, 2010, 4:21:27 PM (14 years ago)
Author:
gostiaux
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/private/check_functions.m

    r8 r9  
    100100    else
    101101       [pth,name,ext]=fileparts(dir_fct);
    102        if ~isequal(pathuvmat,pth)
     102       if ~isequal(pathuvmat,pth)&~isequal(fullfile(pathuvmat,'private'),pth)
    103103           icount=icount+1;
    104104           errormsg{icount}=[dir_fct ' overrides the package UVMAT'];% bad path for the function
Note: See TracChangeset for help on using the changeset viewer.