Salome HOME
Windows compatibility
[tools/medcoupling.git] / src / INTERP_KERNELTest / TransformedTriangleTest.hxx
index f9ad9377412b2cb2202d0a1fbf879534b7466eb2..064f4059cd94269e0b538441210408f11440afd3 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  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
@@ -27,8 +27,6 @@
 
 #define ERR_TOL 1.0e-8
 
-using INTERP_KERNEL::TransformedTriangle;
-
 namespace INTERP_TEST
 {
 
@@ -75,8 +73,8 @@ namespace INTERP_TEST
     double stable_c2[24];
   
   private:
-    TransformedTriangle* tri1;
-    TransformedTriangle* tri2;
+    INTERP_KERNEL::TransformedTriangle* tri1;
+    INTERP_KERNEL::TransformedTriangle* tri2;
 
   };