Salome HOME
0020378: EDF 1042 SMESH : Gui of SMESH hypothesis not multi-study
authordmv <dmv@opencascade.com>
Fri, 11 Sep 2009 11:37:47 +0000 (11:37 +0000)
committerdmv <dmv@opencascade.com>
Fri, 11 Sep 2009 11:37:47 +0000 (11:37 +0000)
src/SMESHGUI/SMESHGUI_MeshOp.cxx

index ce49ff9103f9890891c1fea4237da1f2eb085e62..2d40906ff759e162bd9c6abd41bb4b0f850fe1ab 100644 (file)
@@ -85,7 +85,8 @@ SMESHGUI_MeshOp::SMESHGUI_MeshOp( const bool theToCreate, const bool theIsMesh )
   myToCreate( theToCreate ),
   myIsMesh( theIsMesh ),
   myDlg( 0 ),
-  myShapeByMeshOp( 0 )
+  myShapeByMeshOp( 0 ),
+  myHypoSet( 0 )
 {
   if ( GeometryGUI::GetGeomGen()->_is_nil() )// check that GEOM_Gen exists
     GeometryGUI::InitGeomGen();