Salome HOME
Updated copyright comment
[tools/medcoupling.git] / src / INTERP_KERNELTest / TestInterpKernelUtils.hxx
old mode 100755 (executable)
new mode 100644 (file)
index f75dbd4..dc64b7f
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 #define _TESTINTERPKERNELUTILS_HXX_
 
 #include "InterpKernelTestExport.hxx"
-
 #include <string>
 
 namespace INTERP_TEST
 {
-
-  INTERPKERNELTEST_EXPORT std::string getResourceFile( const std::string& );
-
-} // namespace INTERP_TEST
+  INTERPKERNELTEST_EXPORT std::string getResourceFile( const std::string& filename, int levelUp=2);
+}
 
 #endif // _TESTINTERPKERNELUTILS_HXX_