mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-13 17:18:35 +05:00
Fix for "23678: [CEA 13186] messages in the python window" issue.
This commit is contained in:
parent
2e145f7188
commit
7cef494998
@ -3982,6 +3982,9 @@ SALOMEDS::TMPFile* SMESH_Gen_i::Save( SALOMEDS::SComponent_ptr theComponent,
|
|||||||
cmd+="\" \"";
|
cmd+="\" \"";
|
||||||
cmd+=meshfile;
|
cmd+=meshfile;
|
||||||
cmd+="\"";
|
cmd+="\"";
|
||||||
|
#ifdef WIN32
|
||||||
|
cmd+=" 2>NUL";
|
||||||
|
#endif
|
||||||
system(cmd.ToCString());
|
system(cmd.ToCString());
|
||||||
|
|
||||||
// MED writer to be used by storage process
|
// MED writer to be used by storage process
|
||||||
|
Loading…
Reference in New Issue
Block a user