Salome HOME
Bug fix: points located on the arc where wrongly detected by arc/arc intersector.
[tools/medcoupling.git] / src / INTERP_KERNELTest / MeshTestToolkit.hxx
index aed3a7230a419f70c98ceffa0e59686f90ef9bc7..b97dcad07e4d41d88e213636d388bdafbb7b0c1e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  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
@@ -37,7 +37,7 @@ namespace INTERP_KERNEL
 }
 
 
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
   class MEDCouplingUMesh;
 }
@@ -71,9 +71,9 @@ namespace INTERP_TEST
 
     double sumCol(const IntersectionMatrix& m, int i) const;
 
-    void getVolumes(ParaMEDMEM::MEDCouplingUMesh& mesh, double* tab) const;
+    void getVolumes(MEDCoupling::MEDCouplingUMesh& mesh, double* tab) const;
 
-    bool testVolumes(const IntersectionMatrix& m,  ParaMEDMEM::MEDCouplingUMesh& sMesh,  ParaMEDMEM::MEDCouplingUMesh& tMesh) const;
+    bool testVolumes(const IntersectionMatrix& m,  MEDCoupling::MEDCouplingUMesh& sMesh,  MEDCoupling::MEDCouplingUMesh& tMesh) const;
 
     double sumVolume(const IntersectionMatrix& m) const;