Salome HOME
ajustement parametres autotests
[modules/hydro.git] / doc / salome / examples / h014_caseDigueManualInterpolZ.py
index d7b99c2322fc6361cb95ab1f9e6ed8618bd24938..b3780686a8cc9bae259cda002cd97093b0f53be5 100644 (file)
@@ -418,7 +418,7 @@ geompy.UnionIDs(SectionsGaronne, [7, 9])
 geompy.addToStudyInFather( HYDRO_garonne_2, SectionsGaronne, 'SectionsGaronne' )
 
 SectionsDigue = geompy.CreateGroup(HYDRO_garonne_2, geompy.ShapeType["EDGE"])
-geompy.UnionIDs(SectionsDigue, [40, 35])
+geompy.UnionIDs(SectionsDigue, [43, 48])
 geompy.addToStudyInFather( HYDRO_garonne_2, SectionsDigue, 'SectionsDigue' )
 
 controlGeomProps(geompy, riveGauche,  39490.835288, 35845737.590926)
@@ -545,7 +545,7 @@ zUndef = 90
 statz = interpolZ(nomCas, fichierMaillage, dicoGroupeRegion, zUndef)
 #print statz
 refstatz = {'riveDroite': (10.88, 32.61, 24.09, 5.13, 17.57, 31.33, 0.2),
-            'riveGauche': (7.72, 71.39, 21.59, 8.37, 16.71, 35.71, 0.2),
+            'riveGauche': (7.72, 72.40, 21.59, 8.37, 16.71, 35.71, 0.2),
              'litMineur': (2.06, 25.41, 13.93, 4.33, 8.47, 21.78),
               'digue': (14.10, 27.09, 22.01, 2.56, 18.15, 25.02)}
 controlStatZ(statz, refstatz)