Salome HOME
PAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
authoreap <eap@opencascade.com>
Fri, 20 Jul 2007 11:13:33 +0000 (11:13 +0000)
committereap <eap@opencascade.com>
Fri, 20 Jul 2007 11:13:33 +0000 (11:13 +0000)
-  TPythonDump() << "if not isDone: print 'Mesh', " << theMesh << ", ': computation failed'";

src/SMESH_I/SMESH_Gen_i.cxx

index 8832c08965b2be34bab6ab3570a2877bf44bb73a..480493c061676bc2303c8510c6f9a599de44161d 100644 (file)
@@ -1168,7 +1168,6 @@ CORBA::Boolean SMESH_Gen_i::Compute( SMESH::SMESH_Mesh_ptr theMesh,
   // Update Python script
   TPythonDump() << "isDone = " << this << ".Compute( "
                 << theMesh << ", " << theShapeObject << ")";
-  TPythonDump() << "if not isDone: print 'Mesh', " << theMesh << ", ': computation failed'";
 
   try {
     // get mesh servant