Salome HOME
Porting to VTK 6.
[modules/visu.git] / src / CONVERTOR / VISU_GaussMergeFilter.cxx
index 4b4c8b2f69e95919276d3a1f46fe000988e9afdd..735bc710257ba1de751bcbee8a5a231b1e692880 100644 (file)
@@ -359,7 +359,7 @@ VISU_GaussMergeFilter
         anOutputPointData->CopyAllocate(anInputPointData,aNbTuples);
         
         vtkIdList *aCellIds = vtkIdList::New();
-        vtkFloatingPointType aCoords[3];
+        double aCoords[3];
         for(int aTupleId=0, aNewTupleId=0; aTupleId<anIntersection.size(); aTupleId++){
           VISU::TObjectId& anObjectId = anIntersection[aTupleId];
           VISU::TCellIdArray aCellIdArray = aDataCellId2TupleGaussIdMap[anObjectId.first];