Salome HOME
Merge branch 'master' of https://git.salome-platform.org/git/modules/med
[tools/medcoupling.git] / src / INTERP_KERNELTest / InterpolationPlanarTestSuite.hxx
index 729061e46a78ddb6e673c063e784e35aa8583aee..6d9c84f9ed2b843d6cf00956ba66cead161362ed 100644 (file)
@@ -1,21 +1,22 @@
-//  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_INTERPOLATION_PLANAR_TEST_SUITE_HXX__
 #define __TU_INTERPOLATION_PLANAR_TEST_SUITE_HXX__
 
@@ -24,8 +25,6 @@
 #include <cmath>
 #include <iostream>
 
-using namespace std;
-
 namespace INTERP_TEST
 {
 
@@ -89,7 +88,7 @@ namespace INTERP_TEST
         {
           std::cerr << deque1[i] << " ";
         }
-      std::cerr<< endl;
+      std::cerr<< std::endl;
     }
     void vectPrintOut(std::vector< double > vect)
     {
@@ -97,7 +96,7 @@ namespace INTERP_TEST
         {
           std::cerr << vect[i] << " ";
         }
-      std::cerr<< endl;
+      std::cerr<< std::endl;
     }  
     void tabPrintOut( const double * tab,int size)
     {
@@ -105,7 +104,7 @@ namespace INTERP_TEST
         {
           std::cerr << tab[i] << " ";
         }
-      std::cerr<< endl;
+      std::cerr<< std::endl;
     }  
 
     /**