mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 10:50:34 +05:00
- TCollection_AsciiString aSavedTrace (oldValue.out());
+ TCollection_AsciiString aSavedTrace (oldValue.in());
This commit is contained in:
parent
65f79df2af
commit
8951167c87
@ -631,7 +631,7 @@ Engines::TMPFile* SMESH_Gen_i::DumpPython (CORBA::Object_ptr theStudy,
|
|||||||
SALOMEDS::AttributePythonObject_var pyAttr =
|
SALOMEDS::AttributePythonObject_var pyAttr =
|
||||||
SALOMEDS::AttributePythonObject::_narrow(anAttr);
|
SALOMEDS::AttributePythonObject::_narrow(anAttr);
|
||||||
CORBA::String_var oldValue = pyAttr->GetObject();
|
CORBA::String_var oldValue = pyAttr->GetObject();
|
||||||
TCollection_AsciiString aSavedTrace (oldValue.out());
|
TCollection_AsciiString aSavedTrace (oldValue.in());
|
||||||
|
|
||||||
// Add trace of API methods calls and replace study entries by names
|
// Add trace of API methods calls and replace study entries by names
|
||||||
TCollection_AsciiString aScript;
|
TCollection_AsciiString aScript;
|
||||||
|
Loading…
Reference in New Issue
Block a user