From 7bea5a1232e34476db27e616787d8c59bc68886a Mon Sep 17 00:00:00 2001 From: ana Date: Fri, 18 Nov 2011 12:28:18 +0000 Subject: [PATCH] Fix for the bug IPAL22824 TC6.0.4: Export many meshes in one Med file works wrong --- src/SMESH_I/SMESH_Mesh_i.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESH_I/SMESH_Mesh_i.cxx b/src/SMESH_I/SMESH_Mesh_i.cxx index b8635aadf..fc513201a 100644 --- a/src/SMESH_I/SMESH_Mesh_i.cxx +++ b/src/SMESH_I/SMESH_Mesh_i.cxx @@ -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 << " )"; -- 2.39.2