Salome HOME
0020858: EDF SMESH : Dump of attacehd script is not running.
authoreap <eap@opencascade.com>
Tue, 4 May 2010 07:31:42 +0000 (07:31 +0000)
committereap <eap@opencascade.com>
Tue, 4 May 2010 07:31:42 +0000 (07:31 +0000)
-  TPythonDump() << "isDone = " << this << ".DoubleNodeGroups( " << &theElems << ", "
+  TPythonDump() << "isDone = " << this << ".DoubleNodeElemGroups( " << &theElems << ", "

src/SMESH_I/SMESH_MeshEditor_i.cxx

index ca796c083897f549bb655c70a2445dfdf210bf6d..f1be49314433c1ec8dd7de9bb631f185620a6e99 100644 (file)
@@ -4703,7 +4703,7 @@ CORBA::Boolean SMESH_MeshEditor_i::DoubleNodeElemGroups(
   storeResult( aMeshEditor) ;
 
   // Update Python script
-  TPythonDump() << "isDone = " << this << ".DoubleNodeGroups( " << &theElems << ", "
+  TPythonDump() << "isDone = " << this << ".DoubleNodeElemGroups( " << &theElems << ", "
     << &theNodesNot << ", " << &theAffectedElems << " )";
   return aResult;
 }