From: asl Date: Fri, 29 Nov 2013 04:57:18 +0000 (+0000) Subject: bug #134 - stepped bathymetry presentation X-Git-Tag: BR_hydro_v_0_4~138 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1209b7d8d7e613121efc789e3ccb7435f6e6e276;p=modules%2Fhydro.git bug #134 - stepped bathymetry presentation --- diff --git a/src/HYDROGUI/HYDROGUI_VTKPrsBathymetry.cxx b/src/HYDROGUI/HYDROGUI_VTKPrsBathymetry.cxx index ed6a9fb4..31817f2c 100644 --- a/src/HYDROGUI/HYDROGUI_VTKPrsBathymetry.cxx +++ b/src/HYDROGUI/HYDROGUI_VTKPrsBathymetry.cxx @@ -87,7 +87,7 @@ void HYDROGUI_VTKPrsBathymetry::compute() vtkVertex* aVertex = vtkVertex::New(); - int aZ; + double aZ; int anInvalidZ = InvalidZValue(); for (int i = 0; i < aNbPoints; i++ ) {