X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNETGENPlugin%2FNETGENPlugin_SimpleHypothesis_3D.cxx;h=0a64db4533616ef464c89472d938107169974dd4;hb=9cc5a6ab79532546b070d302f297237914b923fc;hp=376a5ad62abd698281380b4f3c8b29ef0fc8fe11;hpb=e1a0d0a23f4ae76cef3888df02e448877ebb8d19;p=plugins%2Fnetgenplugin.git diff --git a/src/NETGENPlugin/NETGENPlugin_SimpleHypothesis_3D.cxx b/src/NETGENPlugin/NETGENPlugin_SimpleHypothesis_3D.cxx index 376a5ad..0a64db4 100644 --- a/src/NETGENPlugin/NETGENPlugin_SimpleHypothesis_3D.cxx +++ b/src/NETGENPlugin/NETGENPlugin_SimpleHypothesis_3D.cxx @@ -45,9 +45,8 @@ using namespace std; */ //============================================================================= NETGENPlugin_SimpleHypothesis_3D::NETGENPlugin_SimpleHypothesis_3D (int hypId, - int studyId, SMESH_Gen * gen) - : NETGENPlugin_SimpleHypothesis_2D(hypId, studyId, gen), + : NETGENPlugin_SimpleHypothesis_2D(hypId, gen), _volume(0) { _name = "NETGEN_SimpleParameters_3D";