From 1209b7d8d7e613121efc789e3ccb7435f6e6e276 Mon Sep 17 00:00:00 2001 From: asl Date: Fri, 29 Nov 2013 04:57:18 +0000 Subject: [PATCH] bug #134 - stepped bathymetry presentation --- src/HYDROGUI/HYDROGUI_VTKPrsBathymetry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++ ) { -- 2.39.2