From 2f9432bba6cb212c385b3f58c637fa88f876432c Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 28 Jul 2011 08:09:06 +0000 Subject: [PATCH] Fix for the bug "WinTC6.3.1:"MultiFile" persistence of the meshing module works wrong". --- src/SMESH_I/SMESH_Gen_i.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SMESH_I/SMESH_Gen_i.cxx b/src/SMESH_I/SMESH_Gen_i.cxx index 60a6136fe..76143cec0 100644 --- a/src/SMESH_I/SMESH_Gen_i.cxx +++ b/src/SMESH_I/SMESH_Gen_i.cxx @@ -3319,6 +3319,8 @@ SALOMEDS::TMPFile* SMESH_Gen_i::Save( SALOMEDS::SComponent_ptr theComponent, delete[] smIDs; } + aGroup->CloseOnDisk(); + // Store node positions on sub-shapes (SMDS_Position): // ---------------------------------------------------- -- 2.39.2