mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-19 10:43:06 +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)
|
throw(SALOME::SALOME_Exception)
|
||||||
{
|
{
|
||||||
Unexpect aCatch(SALOME_SalomeException);
|
Unexpect aCatch(SALOME_SalomeException);
|
||||||
string aMeshName = PrepareMeshNameAndGroups(file, true);
|
string aMeshName = PrepareMeshNameAndGroups(file, overwrite);
|
||||||
TPythonDump() << _this() << ".ExportToMEDX( r'"
|
TPythonDump() << _this() << ".ExportToMEDX( r'"
|
||||||
<< file << "', " << auto_groups << ", " << theVersion << ", " << overwrite << " )";
|
<< file << "', " << auto_groups << ", " << theVersion << ", " << overwrite << " )";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user