22611: EDF 8409 SMESH: Bad dump of CutListOfGroups

This commit is contained in:
eap 2014-06-26 15:38:17 +04:00
parent d027cf5b2b
commit 36a90ef618

View File

@ -1547,7 +1547,7 @@ SMESH_Mesh_i::CutListOfGroups(const SMESH::ListOfGroups& theMainGroups,
// Update Python script
pyDump << aResGrp << " = " << SMESH::SMESH_Mesh_var( _this() )
<< ".CutListOfGroups( " << theMainGroups
<< ".CutListOfGroups( " << theMainGroups << ", "
<< theToolGroups << ", '" << theName << "' )";
SMESH_CATCH( SMESH::throwCorbaException );