Salome HOME
Unit test for issue #2817: Cut on heterogeneous arguments failed
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_BooleanFuse.h
index a16c8781ae07eff63d923f11bfb36a3af5422998..db8c2d01d6eae9332032f41e873f9e7edd3c28b4 100644 (file)
@@ -88,7 +88,7 @@ public:
   /// Request for initialization of data model of the feature: adding all attributes.
   FEATURESPLUGIN_EXPORT virtual void initAttributes();
 
-  /// Creates a new part document if needed.
+  /// Performs the algorithm and stores results it in the data structure.
   FEATURESPLUGIN_EXPORT virtual void execute();
 
 public: