Salome HOME
22611: EDF 8409 SMESH: Bad dump of CutListOfGroups
authoreap <eap@opencascade.com>
Thu, 26 Jun 2014 11:38:17 +0000 (15:38 +0400)
committereap <eap@opencascade.com>
Thu, 26 Jun 2014 11:38:17 +0000 (15:38 +0400)
src/SMESH_I/SMESH_Mesh_i.cxx

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