Salome HOME
Attributes for AMR cartesian mesh developped. Ready to test.
[tools/medcoupling.git] / src / RENUMBER / testRenumbering.py
index 745720213d669986528a4a0bde7265a41c495147..ca9d28a20a5c36f3cffd2e20a46593b5e3af0c95 100755 (executable)
@@ -1,11 +1,11 @@
 #!/usr/bin/env python
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2007-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2014  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
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -192,7 +192,7 @@ class RenumberingTest(unittest.TestCase):
         srcdir   = os.getenv("srcdir")
         med_root = os.getenv("MED_ROOT_DIR")
         if srcdir:
-            # make check is being performed
+            # make test is being performed
             self.dir_renumber="./renumber"
             self.dir_mesh = os.path.join( srcdir, "../../resources")
         elif med_root: