From 1fd203b18370f5d5682c5cabe389e7339e60d343 Mon Sep 17 00:00:00 2001 From: Paul RASCLE Date: Tue, 28 Mar 2017 17:16:47 +0200 Subject: [PATCH] template for interpolZ must call the function for BOTTOM field creation... --- src/salome_hydro/interpolz.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.2