From: Paul RASCLE Date: Tue, 28 Mar 2017 15:16:47 +0000 (+0200) Subject: template for interpolZ must call the function for BOTTOM field creation... X-Git-Tag: Salome_8_3_Hydro_2_0rc1~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1fd203b18370f5d5682c5cabe389e7339e60d343;p=modules%2Fhydrosolver.git template for interpolZ must call the function for BOTTOM field creation... --- diff --git a/src/salome_hydro/interpolz.template b/src/salome_hydro/interpolz.template index 102b67f..f658fec 100644 --- a/src/salome_hydro/interpolz.template +++ b/src/salome_hydro/interpolz.template @@ -1,5 +1,5 @@ # Z interpolation with HYDRO -from salome.hydrotools.interpolZ import interpolZ +from salome.hydrotools.interpolZ import interpolZ, createZfield2 # Calculation case name in HYDRO caseName = @@ -18,3 +18,4 @@ interpolMethod = # Z interpolation on the bathymetry/altimetry on the mesh nodes statZ = interpolZ(caseName, medFile, dictGroupRegion, zUndef,interpolMethod) +createZfield2(medFile)