0020378: EDF 1042 SMESH : Gui of SMESH hypothesis not multi-study

This commit is contained in:
dmv 2009-09-11 11:37:47 +00:00
parent 53254ff3ed
commit 8ef6ac2097

View 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();