summaryrefslogtreecommitdiff
path: root/boost/geometry/formulas/vincenty_inverse.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/formulas/vincenty_inverse.hpp')
-rw-r--r--boost/geometry/formulas/vincenty_inverse.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/geometry/formulas/vincenty_inverse.hpp b/boost/geometry/formulas/vincenty_inverse.hpp
index a25e5a0843..24f285d9bc 100644
--- a/boost/geometry/formulas/vincenty_inverse.hpp
+++ b/boost/geometry/formulas/vincenty_inverse.hpp
@@ -159,7 +159,7 @@ public:
} while ( geometry::math::abs(previous_lambda - lambda) > c_e_12
&& geometry::math::abs(lambda) < pi
&& counter < BOOST_GEOMETRY_DETAIL_VINCENTY_MAX_STEPS ); // robustness
-
+
if ( BOOST_GEOMETRY_CONDITION(EnableDistance) )
{
// Some types cannot divide by doubles
@@ -187,7 +187,7 @@ public:
result.distance = radius_b * A * (sigma - delta_sigma); // (19)
}
-
+
if ( BOOST_GEOMETRY_CONDITION(CalcAzimuths) )
{
if (BOOST_GEOMETRY_CONDITION(CalcFwdAzimuth))