Salome HOME
Code and documentation update for ControledFunctionTest
[modules/adao.git] / test / test6704 / Doc_TUI_Exemple_03_en_multifonction.py
index a417211c36bb1388e380b3e52c6900205c23b91d..c492d51b5698f1ddf9a3fb0f115d2d5a8b84d686 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2022 EDF R&D
+# Copyright (C) 2008-2023 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
@@ -123,8 +123,6 @@ class Test_Adao(unittest.TestCase):
         print("  L'écart absolu maximal obtenu lors du test est de %.2e."%ecart)
         print("  Les résultats obtenus sont corrects.")
         print("")
-        #
-        return xa
 
 # ==============================================================================
 def assertAlmostEqualArrays(first, second, places=7, msg=None, delta=None):