Salome HOME
PR: debug SMDS memimp
[modules/smesh.git] / src / SMESHDS / SMESHDS_SubMesh.cxx
index 02141893d96c91b030cf51ccebda7b5c0da86860..d45d9ddb8cf9c6b6081b43c451e4c799e133d176 100644 (file)
@@ -70,7 +70,7 @@ bool SMESHDS_SubMesh::RemoveElement(const SMDS_MeshElement * ME, bool isElemDele
   if (!isElemDeleted) // alive element has valid ID and can be found
       {
         int idInSubShape = ME->getIdInShape();
-        //MESSAGE("SMESHDS_SubMesh::RemoveElement " << idInSubShape << " " << ME->GetID());
+        //MESSAGE("SMESHDS_SubMesh::RemoveElement " << idInSubShape << " " << ME->GetID() << " " << myUnusedIdElements);
         assert(idInSubShape >= 0);
         assert(idInSubShape < myElements.size());
         myElements[idInSubShape] = 0; // this vector entry is no more used