X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_NotConformAllowed.cxx;h=c5bb45d6ad69f8ce1735117832517b78ae207361;hb=e15a3a87cc738a5e3da00b3e09e7c8e17d733dc7;hp=301fd8ba3a41d8e7d2712286d686e633862a3332;hpb=04f997252152407f9180e03f0af428ab2ca6f4be;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_NotConformAllowed.cxx b/src/StdMeshers/StdMeshers_NotConformAllowed.cxx index 301fd8ba3..c5bb45d6a 100644 --- a/src/StdMeshers/StdMeshers_NotConformAllowed.cxx +++ b/src/StdMeshers/StdMeshers_NotConformAllowed.cxx @@ -36,8 +36,8 @@ using namespace std; */ //============================================================================= -StdMeshers_NotConformAllowed::StdMeshers_NotConformAllowed(int hypId, int studyId, SMESH_Gen* gen) - : SMESH_Hypothesis(hypId, studyId, gen) +StdMeshers_NotConformAllowed::StdMeshers_NotConformAllowed(int hypId, SMESH_Gen* gen) + : SMESH_Hypothesis(hypId, gen) { _name = "NotConformAllowed"; _param_algo_dim = -1;