From: rnv Date: Thu, 28 Jul 2011 08:09:06 +0000 (+0000) Subject: Fix for the bug "WinTC6.3.1:"MultiFile" persistence of the meshing module works wrong". X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2f9432bba6cb212c385b3f58c637fa88f876432c;p=modules%2Fsmesh.git Fix for the bug "WinTC6.3.1:"MultiFile" persistence of the meshing module works wrong". --- 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): // ----------------------------------------------------