Salome HOME
Merge branch 'master' into V9_dev
[modules/smesh.git] / src / StdMeshers / StdMeshers_FixedPoints1D.cxx
index e316cb11af7bee8039e66d0d8c10d8a935207fa6..9f32b2d862f8196203af2e5d7e31644fb313448d 100644 (file)
@@ -35,9 +35,9 @@ using namespace std;
  */
 //=============================================================================
 
-StdMeshers_FixedPoints1D::StdMeshers_FixedPoints1D(int hypId, int studyId,
+StdMeshers_FixedPoints1D::StdMeshers_FixedPoints1D(int hypId,
                                                    SMESH_Gen * gen)
-  :SMESH_Hypothesis(hypId, studyId, gen)
+  :SMESH_Hypothesis(hypId, gen)
 {
   _name = "FixedPoints1D";
   _param_algo_dim = 1;