mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
[geometry] adapted example c10 to new distance strategy structure
[SVN r85293]
This commit is contained in:
parent
e18cfdbbf3
commit
1fa129395f
@ -56,7 +56,7 @@ namespace boost { namespace geometry { namespace strategy { namespace distance {
|
|||||||
template <typename Point1, typename Point2>
|
template <typename Point1, typename Point2>
|
||||||
struct default_strategy<point_tag, Point1, Point2, martian_tag, martian_tag>
|
struct default_strategy<point_tag, Point1, Point2, martian_tag, martian_tag>
|
||||||
{
|
{
|
||||||
typedef haversine<Point1, Point2> type;
|
typedef haversine<double> type;
|
||||||
};
|
};
|
||||||
|
|
||||||
}}}}} // namespaces
|
}}}}} // namespaces
|
||||||
|
Loading…
x
Reference in New Issue
Block a user