]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
Fix debug output
authoreap <eap@opencascade.com>
Mon, 13 Sep 2010 09:11:19 +0000 (09:11 +0000)
committereap <eap@opencascade.com>
Mon, 13 Sep 2010 09:11:19 +0000 (09:11 +0000)
 #ifdef _DEBUG_
+  shapeIDs.erase(-1);
   if ( shapeIDs.size() != nbShape ) {
     std::cout << "Only " << shapeIDs.size() << " solids of " << nbShape << " found" << std::endl;

src/GHS3DPlugin_GHS3D.cxx

index 2d71bd9e042307638dbb11d53b083dd0f60e237e..16a00f87f1024a2b39c643ca0a2196375e58bbc8 100644 (file)
@@ -1018,6 +1018,7 @@ static bool readResultFile(const int                       fileOpen,
   delete [] nodeAssigne;
 
 #ifdef _DEBUG_
+  shapeIDs.erase(-1);
   if ( shapeIDs.size() != nbShape ) {
     std::cout << "Only " << shapeIDs.size() << " solids of " << nbShape << " found" << std::endl;
     for (int i=0; i<nbShape; i++) {