]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Debugging
authorageay <ageay>
Tue, 18 Jun 2013 15:28:56 +0000 (15:28 +0000)
committerageay <ageay>
Tue, 18 Jun 2013 15:28:56 +0000 (15:28 +0000)
src/MEDCoupling/MEDCoupling1GTUMesh.cxx

index b51665cf0b23fbf50653871973dff5cc44a5e570..c2bde1a5443964ecdce0838566b15a584b332a8a 100644 (file)
@@ -459,7 +459,7 @@ bool MEDCoupling1SGTUMesh::isEqualWithoutConsideringStr(const MEDCouplingMesh *o
 
 void MEDCoupling1SGTUMesh::checkCoherency() const throw(INTERP_KERNEL::Exception)
 {
-  MEDCoupling1SGTUMesh::checkCoherency();
+  MEDCouplingPointSet::checkCoherency();
   const DataArrayInt *c1(_conn);
   if(c1)
     {