mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Dump of compute now also checking isDone
This commit is contained in:
parent
1dab7a05bb
commit
a1fec70458
@ -2078,7 +2078,8 @@ CORBA::Boolean SMESH_Gen_i::Compute( SMESH::SMESH_Mesh_ptr theMesh,
|
||||
|
||||
// Update Python script
|
||||
TPythonDump(this) << "isDone = " << this << ".Compute( "
|
||||
<< theMesh << ", " << theShapeObject << ")";
|
||||
<< theMesh << ", " << theShapeObject << ")";
|
||||
TPythonDump(this) << "if not isDone: \n raise Exception(\"Issue while computing Mesh\")";
|
||||
|
||||
try {
|
||||
// get mesh servant
|
||||
|
Loading…
Reference in New Issue
Block a user