X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGMSHPlugin%2FGMSHPlugin_GMSH.cxx;h=9c183d9fd819421ac5a088262e20e95872abb1c3;hb=fecfae2bc05750dfe1f6dccacf79abc449caff92;hp=70ee39ca53ef0fa9e74952df16a4a2f140cb93d8;hpb=58cf49f1e4f33236c8e80f8d86f5e73dedfdbdaa;p=plugins%2Fgmshplugin.git diff --git a/src/GMSHPlugin/GMSHPlugin_GMSH.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH.cxx old mode 100755 new mode 100644 index 70ee39c..9c183d9 --- a/src/GMSHPlugin/GMSHPlugin_GMSH.cxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH.cxx @@ -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";