mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Fix for '54524: [FORUM]: Export in STL work wrong' issue.
This commit is contained in:
parent
e9abd0b9b5
commit
a9af195d40
@ -3283,7 +3283,7 @@ CORBA::Boolean SMESH_Mesh_i::HasDuplicatedGroupNamesMED()
|
|||||||
|
|
||||||
void SMESH_Mesh_i::PrepareForWriting (const char* file, bool overwrite)
|
void SMESH_Mesh_i::PrepareForWriting (const char* file, bool overwrite)
|
||||||
{
|
{
|
||||||
SMESH_File aFile( file );
|
SMESH_File aFile( file , false );
|
||||||
SMESH_Comment msg;
|
SMESH_Comment msg;
|
||||||
if (aFile.exists()) {
|
if (aFile.exists()) {
|
||||||
// existing filesystem node
|
// existing filesystem node
|
||||||
|
Loading…
Reference in New Issue
Block a user