Salome HOME
Merge branch 'V9_2_2_BR'
[plugins/gmshplugin.git] / src / GMSHPlugin / GMSHPlugin_GMSH.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 70ee39c..9c183d9
@@ -1,4 +1,5 @@
-// Copyright (C) 2012-2013  ALNEOS
+// Copyright (C) 2012-2015  ALNEOS
+// Copyright (C) 2016-2019  EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -36,9 +37,8 @@ using namespace std;
  */
 //=============================================================================
 
-GMSHPlugin_GMSH::GMSHPlugin_GMSH(int hypId, int studyId,
-                                                   SMESH_Gen* gen)
-  : SMESH_3D_Algo(hypId, studyId, gen)
+GMSHPlugin_GMSH::GMSHPlugin_GMSH(int hypId, SMESH_Gen* gen)
+  : SMESH_3D_Algo(hypId, gen)
 {
   MESSAGE("GMSHPlugin_GMSH::GMSHPlugin_GMSH");
   _name = "GMSH";