0020858: EDF SMESH : Dump of attacehd script is not running.

-  TPythonDump() << "isDone = " << this << ".DoubleNodeGroups( " << &theElems << ", "
+  TPythonDump() << "isDone = " << this << ".DoubleNodeElemGroups( " << &theElems << ", "
This commit is contained in:
eap 2010-05-04 07:31:42 +00:00
parent 74d78f1c8b
commit 52a59d515b

View File

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