From: eap Date: Tue, 2 May 2006 09:02:42 +0000 (+0000) Subject: Make dubug output more clear X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=44a4764fcf9f2a7b1974b8b75c74f0c582f14625;p=modules%2Fsmesh.git Make dubug output more clear --- diff --git a/src/SMESH/SMESH_subMesh.cxx b/src/SMESH/SMESH_subMesh.cxx index 3e3dee91d..13423354e 100644 --- a/src/SMESH/SMESH_subMesh.cxx +++ b/src/SMESH/SMESH_subMesh.cxx @@ -1284,6 +1284,7 @@ bool SMESH_subMesh::ComputeStateEngine(int event) #ifdef _DEBUG_ // Show vertices location of a failed shape + cout << algo->GetName() << " failed on shape with the following vertices:" << endl; TopTools_IndexedMapOfShape vMap; TopExp::MapShapes( _subShape, TopAbs_VERTEX, vMap ); for ( int iv = 1; iv <= vMap.Extent(); ++iv ) {