X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FTransformedTriangleTest.hxx;h=064f4059cd94269e0b538441210408f11440afd3;hb=aa702382d781b69b0e45feb8007789523c04f35b;hp=c3ff65de7e4d9dea9d15bf42dd256127c3c87095;hpb=48782c06022ca2caa36f849cb5a29ea4fe2aaa83;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/TransformedTriangleTest.hxx b/src/INTERP_KERNELTest/TransformedTriangleTest.hxx index c3ff65de7..064f4059c 100644 --- a/src/INTERP_KERNELTest/TransformedTriangleTest.hxx +++ b/src/INTERP_KERNELTest/TransformedTriangleTest.hxx @@ -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 -#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; };