Salome HOME
fixed bug where "Always create result" was required
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Scale.h
index a679a0cf8be08c4365d56b8952a0f82867146332..40ac886882b5e5970a51ea1c220004c597c1bfb2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  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
@@ -24,8 +24,6 @@
 
 #include <ModelAPI_Feature.h>
 
-#include <GeomAlgoAPI_Scale.h>
-
 /** \class FeaturesPlugin_Scale
  *  \ingroup Plugins
  *  \brief Feature for changing the scale of an object.
@@ -123,7 +121,7 @@ private:
   /// Perform scale using a central point and a value of the scale.
   void performScaleByFactor();
 
-  /// Perform symmetry using a central point and three dimensions
+  /// Perform scale using a central point and three dimensions
   void performScaleByDimensions();
 };