summaryrefslogtreecommitdiff
path: root/boost/geometry/strategy/spherical/expand_box.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/strategy/spherical/expand_box.hpp')
-rw-r--r--boost/geometry/strategy/spherical/expand_box.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/strategy/spherical/expand_box.hpp b/boost/geometry/strategy/spherical/expand_box.hpp
index 67564e15a7..9400f0cc4d 100644
--- a/boost/geometry/strategy/spherical/expand_box.hpp
+++ b/boost/geometry/strategy/spherical/expand_box.hpp
@@ -86,7 +86,7 @@ struct envelope_box_on_spheroid
// BoxIn can be non-mutable
typename helper_geometry<BoxIn>::type box_in_normalized;
geometry::convert(box_in, box_in_normalized);
-
+
if (! is_inverse_spheroidal_coordinates(box_in))
{
strategy::normalize::spherical_box::apply(box_in, box_in_normalized);