From: dmv Date: Fri, 11 Sep 2009 11:37:47 +0000 (+0000) Subject: 0020378: EDF 1042 SMESH : Gui of SMESH hypothesis not multi-study X-Git-Tag: V5_1_3rc1~63 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8ef6ac2097e3193915c3f5bf63ec9e66a307e6bf;p=modules%2Fsmesh.git 0020378: EDF 1042 SMESH : Gui of SMESH hypothesis not multi-study --- diff --git a/src/SMESHGUI/SMESHGUI_MeshOp.cxx b/src/SMESHGUI/SMESHGUI_MeshOp.cxx index ce49ff910..2d40906ff 100644 --- a/src/SMESHGUI/SMESHGUI_MeshOp.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshOp.cxx @@ -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();