Salome HOME
Nombre maximal d'itérations du schéma YACS
[modules/homard.git] / src / tests / Test / test_3.py
index 9b1b9790b1df119d3628b5037d1dd573cbdf483d..3c14a5608545004a3216b716c9e33b19ce157825 100755 (executable)
 Python script for HOMARD
 Test test_3
 """
-__revision__ = "V4.05"
+__revision__ = "V4.06"
 
 #========================================================================
 TEST_NAME = "test_3"
 DEBUG = False
-N_BOUCLE = 2
 N_ITER_TEST_FILE = 2
+N_BOUCLE = 2
 #========================================================================
 import os
 import sys
@@ -144,7 +144,7 @@ Python script for HOMARD
       print("-------- Creation of the schema", yacsname)
       yacs_test_3 = case_test_3.CreateYACSSchema(yacsname, scriptfile, dirname, mesh_file)
       yacs_test_3.SetType(2)
-      yacs_test_3.SetMaxIter(2)
+      yacs_test_3.SetMaxIter(N_ITER_TEST_FILE)
       error = yacs_test_3.Write()
       if error :
         error = 10*num + 5