mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-24 10:10:33 +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)
|
||||
{
|
||||
SMESH_File aFile( file );
|
||||
SMESH_File aFile( file , false );
|
||||
SMESH_Comment msg;
|
||||
if (aFile.exists()) {
|
||||
// existing filesystem node
|
||||
|
Loading…
Reference in New Issue
Block a user