X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGDMLPlugin%2FGDMLPlugin_Plugin.cpp;h=b1c5e848ba5e45ffb4a0b71ee34d2e13dd1a2016;hb=d3365ff28149c4633d0c092587c0ad0d49bcf944;hp=9dba4a099f3e1ff5ba268fb85092458225afb3fb;hpb=57199135053dfe0636ff8ff29eb6c75a6df6f08d;p=modules%2Fshaper.git diff --git a/src/GDMLPlugin/GDMLPlugin_Plugin.cpp b/src/GDMLPlugin/GDMLPlugin_Plugin.cpp index 9dba4a099..b1c5e848b 100644 --- a/src/GDMLPlugin/GDMLPlugin_Plugin.cpp +++ b/src/GDMLPlugin/GDMLPlugin_Plugin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2022 CEA/DEN, 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 @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #include @@ -41,7 +40,7 @@ FeaturePtr GDMLPlugin_Plugin::createFeature(std::string theFeatureID) } else if (theFeatureID == GDMLPlugin_Ellipsoid::ID()) { return FeaturePtr(new GDMLPlugin_Ellipsoid); } - + // feature of such kind is not found return FeaturePtr(); }