Salome HOME
Porting to VTK 6.
[modules/visu.git] / src / CONVERTOR / VISU_PointCoords.cxx
index 3cc723e7b6fd4e5638d9cf061b1390e9b0490b32..0923f0d93a39b7e3158a61a140721499ed23d66c 100644 (file)
@@ -171,7 +171,7 @@ namespace VISU
         for(vtkIdType aPointId = 0; aPointId < aNbPoints; aPointId++){
           TCCoordSlice aSlice = GetCoordSlice(aPointId);
       
-          vtkFloatingPointType aCoords[3] = {0.0, 0.0, 0.0};
+          double aCoords[3] = {0.0, 0.0, 0.0};
           for(vtkIdType aDimId = 0; aDimId < aDim; aDimId++)
             aCoords[aDimId] = aSlice[aDimId];