Salome HOME
Load interpolation matrix from the outside
[tools/medcoupling.git] / src / RENUMBER / testRenumbering.py
index 5454f1357a9aea34bbe2fe7b56369a49c2f4e9f5..ca09ecb8ffd50151d3239cff42b0eae0a1430713 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2016  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -189,7 +189,7 @@ class RenumberingTest(unittest.TestCase):
         pass
 
     def setUp(self):
-        med_root_dir=os.getenv("MEDTOOL_ROOT_DIR")
+        med_root_dir=os.getenv("MEDCOUPLING_ROOT_DIR")
         self.dir_renumber=os.path.join(med_root_dir, "bin/renumber")
         self.dir_mesh=os.path.join(med_root_dir, "share","resources","med")
         pass