Salome HOME
adaptation interpolz template
[modules/hydrosolver.git] / src / salome_hydro / interpolz.template
index f658fec3d6a12949ba5d1cd17c253b49606760a0..e045a12e5aa207647203dc772ca75bf09f8acb25 100644 (file)
@@ -1,5 +1,5 @@
 # Z interpolation with HYDRO
-from salome.hydrotools.interpolZ import interpolZ, createZfield2
+from salome.hydrotools.interpolZ import interpolZ
 
 # Calculation case name in HYDRO
 caseName = <case_name_from_dlg>
@@ -18,4 +18,4 @@ interpolMethod = <interpolation_method_value_from_dlg>
 
 # Z interpolation on the bathymetry/altimetry on the mesh nodes
 statZ = interpolZ(caseName, medFile, dictGroupRegion, zUndef,interpolMethod)
-createZfield2(medFile)
+