Salome HOME
Windows compatibility
[tools/medcoupling.git] / src / INTERP_KERNELTest / TransformedTriangleTest.hxx
index c3ff65de7e4d9dea9d15bf42dd256127c3c87095..064f4059cd94269e0b538441210408f11440afd3 100644 (file)
@@ -1,30 +1,31 @@
-//  Copyright (C) 2007-2008  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.
+// 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, 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
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-//  Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
 //
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-//  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 #ifndef __TU_TRANSFORMED_TRIANGLE_HXX__
 #define __TU_TRANSFORMED_TRIANGLE_HXX__
 
 #include <cppunit/extensions/HelperMacros.h>
-#include "../TransformedTriangle.hxx"
 
-#define ERR_TOL 1.0e-8
+#include "InterpKernelTestExport.hxx"
+#include "TransformedTriangle.hxx"
 
-using INTERP_KERNEL::TransformedTriangle;
+#define ERR_TOL 1.0e-8
 
 namespace INTERP_TEST
 {
@@ -33,7 +34,7 @@ namespace INTERP_TEST
    * \brief Test suite testing some of the low level methods of TransformedTriangle.
    *
    */
-  class TransformedTriangleTest : public CppUnit::TestFixture
+  class INTERPKERNELTEST_EXPORT TransformedTriangleTest : public CppUnit::TestFixture
   {
 
     CPPUNIT_TEST_SUITE( TransformedTriangleTest );
@@ -72,8 +73,8 @@ namespace INTERP_TEST
     double stable_c2[24];
   
   private:
-    TransformedTriangle* tri1;
-    TransformedTriangle* tri2;
+    INTERP_KERNEL::TransformedTriangle* tri1;
+    INTERP_KERNEL::TransformedTriangle* tri2;
 
   };