Index: trunk/src/private/check_functions.m
===================================================================
--- trunk/src/private/check_functions.m	(revision 8)
+++ trunk/src/private/check_functions.m	(revision 9)
@@ -100,5 +100,5 @@
     else
        [pth,name,ext]=fileparts(dir_fct);
-       if ~isequal(pathuvmat,pth)
+       if ~isequal(pathuvmat,pth)&~isequal(fullfile(pathuvmat,'private'),pth)
            icount=icount+1;
            errormsg{icount}=[dir_fct ' overrides the package UVMAT'];% bad path for the function
