Salome HOME
bos #29482 Export of colors and names to STEP.
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_BoundingBox.cpp
index f2816d3700d8418d26674520da78f74fb9d32f47..15d894abd505683424093cd585b61abbd20f2500 100644 (file)
@@ -342,9 +342,9 @@ Standard_Boolean PreciseBoundingBox(const TopoDS_Shape &theShape, Bnd_Box &theBo
 
 //=================================================================================================
 bool GetBoundingBox(const std::shared_ptr<GeomAPI_Shape>& theShape,
-                    Standard_Real& theXmin,Standard_Real& theXmax,
-                    Standard_Real& theYmin,Standard_Real& theYmax,
-                    Standard_Real& theZmin,Standard_Real& theZmax,
+                    double& theXmin, double& theXmax,
+                    double& theYmin, double& theYmax,
+                    double& theZmin, double& theZmax,
                     std::string& theError)
 {
   #ifdef _DEBUG