X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FTransformedTriangleTest.hxx;h=267e65d4e8a8972f2713e8df41cc4a214ab146f6;hb=c4551c56aa89896595842e5b41b048044681b4e8;hp=f9ad9377412b2cb2202d0a1fbf879534b7466eb2;hpb=10f37bf6f33a762626d7f1093b2f5450c1688667;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/TransformedTriangleTest.hxx b/src/INTERP_KERNELTest/TransformedTriangleTest.hxx index f9ad93774..267e65d4e 100644 --- a/src/INTERP_KERNELTest/TransformedTriangleTest.hxx +++ b/src/INTERP_KERNELTest/TransformedTriangleTest.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 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 // 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; };