X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHexoticPlugin%2FHexoticPlugin_Hypothesis.cxx;fp=src%2FHexoticPlugin%2FHexoticPlugin_Hypothesis.cxx;h=1c36c2dedd62b4066c12a1536506dfc428deef4e;hb=af252acee35d206d68d7891fe4f7aede825a3458;hp=2891afdd040cdb072ffdae03071f5e2989ab1227;hpb=fbaf3b0ae636a78ca911e81eed7e84144b44e6a6;p=plugins%2Fhexoticplugin.git diff --git a/src/HexoticPlugin/HexoticPlugin_Hypothesis.cxx b/src/HexoticPlugin/HexoticPlugin_Hypothesis.cxx index 2891afd..1c36c2d 100644 --- a/src/HexoticPlugin/HexoticPlugin_Hypothesis.cxx +++ b/src/HexoticPlugin/HexoticPlugin_Hypothesis.cxx @@ -32,9 +32,8 @@ * */ //============================================================================= -HexoticPlugin_Hypothesis::HexoticPlugin_Hypothesis (int hypId, int studyId, - SMESH_Gen* gen) - : SMESH_Hypothesis(hypId, studyId, gen), +HexoticPlugin_Hypothesis::HexoticPlugin_Hypothesis (int hypId, SMESH_Gen* gen) + : SMESH_Hypothesis(hypId, gen), _hexesMinLevel( GetDefaultHexesMinLevel() ), _hexesMaxLevel( GetDefaultHexesMaxLevel() ), _minSize( GetDefaultMinSize() ),