Salome HOME
Merge branch 'BR_H2018_DRAFT' into BR_2018_V8_5
[modules/hydro.git] / doc / salome / tutorial / interpolZ.py
index cbee01a1cb5a5c77d26da5636e958da3f079d516..728286bbd9f34abd2b589d47d31cf7d202aa7209 100644 (file)
@@ -34,10 +34,7 @@ salome.salome_init()
 theStudy = salome.myStudy
 theStudyId = salome.myStudyId
 
-from salome.hydrotools.interpolZ import interpolZ, createZfield2
+from salome.hydrotools.interpolZ import interpolZ
 
 # --- Z interpolation Z sur la bathymetrie/altimetrie aux noeuds du maillage
 statz = interpolZ(nomCas, fichierMaillage, dicoGroupeRegion, zUndef, interpolMethod)
-
-# --- ajout d'un champ aux noeud, de nom "BOTTOM", content les valeurs Z
-createZfield2(fichierMaillage)