]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
bug #134 - stepped bathymetry presentation
authorasl <asl@opencascade.com>
Fri, 29 Nov 2013 04:57:18 +0000 (04:57 +0000)
committerasl <asl@opencascade.com>
Fri, 29 Nov 2013 04:57:18 +0000 (04:57 +0000)
src/HYDROGUI/HYDROGUI_VTKPrsBathymetry.cxx

index ed6a9fb41f05bba420eb759c8e9b90c684781817..31817f2c4b09d4e5245763f62d778ea4b04caba1 100644 (file)
@@ -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++ )
       {