Salome HOME
fix tests with Z interpolation to the nearest bathy point: The mesh varies slightly...
[modules/hydro.git] / doc / salome / examples / h019_normalCaseManualInterpolZStrickler.py
index f21324a9f78a7e60bc33eb7aebabf1f737baf807..47faa3aa58e80ab4836a56b5e36724cbd71d8664 100644 (file)
@@ -793,7 +793,7 @@ m3d = True
 statz = interpolZ(nomCas, fichierMaillage, dicoGroupeRegion, zUndef, interpolMethod, m3d)
 #print statz
 refstatz = {'riveDroite': (10.88, 32.61, 24.17, 5.12, 17.57, 31.33, 0.25),
-            'riveGauche': (7.72, 71.86, 24.51, 12.18, 12.90, 60.36, 0.25),
+            'riveGauche': (7.72, 71.86, 24.51, 12.18, 12.90, 60.36, 0.4),
             'litMineur': (2.06, 25.41, 13.93, 4.33, 8.47, 21.78)}
 controlStatZ(statz, refstatz)