X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Circ2d.cpp;h=5edbab178a47cf77eeac99025a51608f603dc488;hb=857f94a96eb62e69746221f2b919335140b117c6;hp=cbb16dd4be9757a23c4c84b90dc6cef6553a33ca;hpb=3bae3a116dfb567e8c89830bda607e6b2b6c0174;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Circ2d.cpp b/src/GeomAPI/GeomAPI_Circ2d.cpp index cbb16dd4b..5edbab178 100644 --- a/src/GeomAPI/GeomAPI_Circ2d.cpp +++ b/src/GeomAPI/GeomAPI_Circ2d.cpp @@ -157,7 +157,8 @@ const bool GeomAPI_Circ2d::parameter(const std::shared_ptr thePoi double& theParameter) const { Handle(Geom2d_Circle) aCurve = new Geom2d_Circle(*MY_CIRC2D); - return GeomLib_Tool::Parameter(aCurve, thePoint->impl(), theTolerance, theParameter) == Standard_True; + return GeomLib_Tool::Parameter(aCurve, thePoint->impl(), + theTolerance, theParameter) == Standard_True; } //=================================================================================================