Salome HOME
Tests for checking default behavior of Boolean operations while processing multi...
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_BooleanFill.h
index 88b53213de41cadcf4ed8a8131ccf4111c5810ce..8e26cfa984e026d9befa78949c7d4dbe2dc5b527 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2019  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
 //
 // 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<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #ifndef FeaturesPlugin_BooleanFill_H_
@@ -33,7 +32,7 @@ public:
   /// Feature kind.
   inline static const std::string& ID()
   {
-    static const std::string MY_ID("Fill");
+    static const std::string MY_ID("Split");
     return MY_ID;
   }