Salome HOME
Documentation update with features and review corrections
[modules/adao.git] / src / daComposant / daAlgorithms / TangentTest.py
index 73a50ddc2f9a42e466aa86a5b94e7e110633bf1e..10e19fa16139a286b5c22296647389cb12fcc53a 100644 (file)
@@ -99,7 +99,10 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
         self.setAttributes(
             tags=(
                 "Checking",
-            )
+            ),
+            features=(
+                "DerivativeNeeded",
+            ),
         )
 
     def run(self, Xb=None, Y=None, U=None, HO=None, EM=None, CM=None, R=None, B=None, Q=None, Parameters=None):