mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-01 04:10:33 +05:00
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:
parent
74d78f1c8b
commit
52a59d515b
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user