]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/Tools/blocFissure/CasTests/execution_Cas.py
Salome HOME
decoupage insereFissureGenerale, renommée construitFissureGenerale, premiere phase...
[modules/smesh.git] / src / Tools / blocFissure / CasTests / execution_Cas.py
index 49e91611d59ca59c4a7e3357032c03ab9749e2e5..9936248f31cbd7c94552e2693b82fe5b69149341 100644 (file)
@@ -5,8 +5,8 @@ import logging
 from blocFissure import gmu
 from blocFissure.gmu import initLog
 #initLog.setDebug()
-#initLog.setVerbose()
-initLog.setPerfTests()
+initLog.setVerbose()
+#initLog.setPerfTests()
 
 from blocFissure.gmu import geomsmesh
 from blocFissure.gmu.casStandard import casStandard
@@ -131,7 +131,7 @@ runall = True
 if runall:
   torun = [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,]
 else: #prob 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27   
-  torun = [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0,]
+  torun = [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,]
   
 for i in range(len(problemes)):
   if torun[i]: