Salome HOME
updated copyright message
[plugins/hexoticplugin.git] / src / HexoticPlugin / HexoticPlugin_i.cxx
index df49ea51e2b3c7e1f67b99889ad8c64a5172e3c3..9d67699af6708b72e47d79e02989bb9b6d0a7133 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -58,7 +58,6 @@ extern "C"
     else if (strcmp(aHypName, "Hexotic_Parameters") == 0 ||
              strcmp(aHypName, "MG-Hexa Parameters") == 0)
       aCreator = new HexoticPlugin_Creator_i<HexoticPlugin_Hypothesis_i>;
-    else ;
 
     return aCreator;
   }