]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/FrontTrack/FrontTrack_NodeGroups.cxx
Salome HOME
Impressions de DEBUG
[modules/homard.git] / src / FrontTrack / FrontTrack_NodeGroups.cxx
index 917a056a8541a2ff59dc50f3c14e96da33271765..9c8f6b3680b8ceda6f02688d5142805533f17dd3 100755 (executable)
@@ -34,6 +34,9 @@ namespace
   {
     TopTools_IndexedMapOfShape subShapes;
     TopExp::MapShapes( theMainShape, theSubType, subShapes );
+#ifdef _DEBUG_
+    std::cout << ". Nombre de subShapes : " << subShapes.Size() << std::endl;
+#endif
 
     theProjectors.resize( subShapes.Size() );
     for ( int i = 1; i <= subShapes.Size(); ++i )