Salome HOME
Updated events for Model and minor other changes
[modules/shaper.git] / src / XGUI / XGUI_Viewer.cpp
index 6bec77168952fad966741f91e2c8b30c31822bb9..ed02e33b1ff2161568636af0b9008d353c3d23d3 100644 (file)
@@ -324,7 +324,7 @@ bool XGUI_Viewer::computeTrihedronSize(double& theNewSize, double& theSize)
   if (aMaxSide < Precision::Confusion())
     return false;
 
-  static float EPS = 5.0E-3;
+  static float EPS = (float)5.0E-3;
   theSize = trihedron()->Size();
   //theNewSize = aMaxSide*aSizeInPercents / 100.0;