Salome HOME
Remove checkCoherency2.
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingIMesh.cxx
index cd68a17da4a970f3f9486cf7b842acfded2c2b8d..745c6aa4489f27038d55d5a3435c05a0aed84afd 100644 (file)
@@ -949,11 +949,6 @@ void MEDCouplingIMesh::checkCoherency1(double eps) const
   checkCoherency();
 }
 
-void MEDCouplingIMesh::checkCoherency2(double eps) const
-{
-  checkCoherency1(eps);
-}
-
 void MEDCouplingIMesh::getNodeGridStructure(int *res) const
 {
   checkSpaceDimension();