mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-15 12:03:08 +05:00
Fix for the bug IPAL22824 TC6.0.4: Export many meshes in one Med file works wrong
This commit is contained in:
parent
bcb7c80de5
commit
7bea5a1232
@ -2595,7 +2595,7 @@ void SMESH_Mesh_i::ExportToMEDX (const char* file,
|
||||
throw(SALOME::SALOME_Exception)
|
||||
{
|
||||
Unexpect aCatch(SALOME_SalomeException);
|
||||
string aMeshName = PrepareMeshNameAndGroups(file, true);
|
||||
string aMeshName = PrepareMeshNameAndGroups(file, overwrite);
|
||||
TPythonDump() << _this() << ".ExportToMEDX( r'"
|
||||
<< file << "', " << auto_groups << ", " << theVersion << ", " << overwrite << " )";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user