X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_Projection_1D2D.hxx;h=cf7aaa3388c6eefbd8564b8be0cd011cd705b5c7;hp=58e2ce8cc49d71cc38106527d75aca9f9046c34b;hb=HEAD;hpb=c98d9fcd7f02c1f1f5c24dd3e709ed75228d66c4 diff --git a/src/StdMeshers/StdMeshers_Projection_1D2D.hxx b/src/StdMeshers/StdMeshers_Projection_1D2D.hxx index 58e2ce8cc..4945e4ffc 100644 --- a/src/StdMeshers/StdMeshers_Projection_1D2D.hxx +++ b/src/StdMeshers/StdMeshers_Projection_1D2D.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -31,7 +31,7 @@ class STDMESHERS_EXPORT StdMeshers_Projection_1D2D: public StdMeshers_Projection_2D { public: - StdMeshers_Projection_1D2D(int hypId, int studyId, SMESH_Gen* gen); + StdMeshers_Projection_1D2D(int hypId, SMESH_Gen* gen); virtual bool Compute(SMESH_Mesh& aMesh, const TopoDS_Shape& aShape);