mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-01 00:55:36 +05:00
fix error in ChangeElemNodes()
This commit is contained in:
parent
b0e5255f0e
commit
9aa3a7211b
@ -1939,7 +1939,7 @@ CORBA::Boolean SMESH_MeshEditor_i::ChangeElemNodes(CORBA::Long ide,
|
|||||||
}
|
}
|
||||||
// Update Python script
|
// Update Python script
|
||||||
TPythonDump() << "isDone = " << this << ".ChangeElemNodes( "
|
TPythonDump() << "isDone = " << this << ".ChangeElemNodes( "
|
||||||
<< ide << ", " << IDsOfElements << " )";
|
<< ide << ", " << newIDs << " )";
|
||||||
#ifdef _DEBUG_
|
#ifdef _DEBUG_
|
||||||
TPythonDump() << "print 'ChangeElemNodes: ', isDone";
|
TPythonDump() << "print 'ChangeElemNodes: ', isDone";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user