Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@
#ifndef BOOST_GEOMETRY_STRATEGIES_SPHERICAL_SIDE_BY_CROSS_TRACK_HPP
#define BOOST_GEOMETRY_STRATEGIES_SPHERICAL_SIDE_BY_CROSS_TRACK_HPP

#include <boost/geometry/algorithms/equals.hpp>

#include <boost/geometry/core/cs.hpp>
#include <boost/geometry/core/access.hpp>
#include <boost/geometry/core/radian_access.hpp>

#include <boost/geometry/formulas/spherical.hpp>

#include <boost/geometry/strategies/spherical/point_in_point.hpp>

#include <boost/geometry/util/math.hpp>
#include <boost/geometry/util/promote_floating_point.hpp>
#include <boost/geometry/util/select_calculation_type.hpp>
Expand Down
2 changes: 0 additions & 2 deletions test/algorithms/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ test-suite boost-geometry-algorithms
[ run comparable_distance.cpp : : : : algorithms_comparable_distance ]
[ run convert.cpp : : : : algorithms_convert ]
[ run convert_multi.cpp : : : : algorithms_convert_multi ]
[ run convex_hull.cpp : : : : algorithms_convex_hull ]
[ run convex_hull_multi.cpp : : : : algorithms_convex_hull_multi ]
[ run correct.cpp : : : : algorithms_correct ]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So it's gone? Will it be fixed later?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, they are moved in a convex_hull directory, see eae06f7

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, they are moved in a convex_hull directory, see eae06f7

I remember now, the big PR.

[ run correct_multi.cpp : : : : algorithms_correct_multi ]
[ run correct_closure.cpp : : : : algorithms_correct_closure ]
Expand Down