Salome HOME
Merge from BR_PORTING_VTK6 01/03/2013
[modules/visu.git] / src / VISU_I / VISU_CutPlanes_i.cc
index 59b2538c74b1c8a1d7c4ac4206cbde628e959ba7..6a990be06594cc9c90b5fc1b3088b70ea2f19146 100644 (file)
@@ -247,7 +247,7 @@ VISU::CutPlanes_i
 {  
   VISU::TSetModified aModified(this);
 
-  ProcessVoidEvent(new TVoidMemFun2ArgEvent<VISU_CutPlanesPL, vtkFloatingPointType, int>
+  ProcessVoidEvent(new TVoidMemFun2ArgEvent<VISU_CutPlanesPL, double, int>
                   (GetSpecificPL(), &VISU_CutPlanesPL::SetDisplacement, theDisp, 0));
 }
 
@@ -268,7 +268,7 @@ VISU::CutPlanes_i
 {
   VISU::TSetModified aModified(this);
 
-  ProcessVoidEvent(new TVoidMemFun2ArgEvent<VISU_CutPlanesPL, int, vtkFloatingPointType>
+  ProcessVoidEvent(new TVoidMemFun2ArgEvent<VISU_CutPlanesPL, int, double>
                   (GetSpecificPL(), &VISU_CutPlanesPL::SetPartPosition, thePlaneNumber, thePlanePosition));
 }