[geometry] adapted example c10 to new distance strategy structure

[SVN r85293]
This commit is contained in:
Barend Gehrels 2013-08-10 21:46:01 +00:00
parent e18cfdbbf3
commit 1fa129395f

View File

@ -56,7 +56,7 @@ namespace boost { namespace geometry { namespace strategy { namespace distance {
template <typename Point1, typename Point2>
struct default_strategy<point_tag, Point1, Point2, martian_tag, martian_tag>
{
typedef haversine<Point1, Point2> type;
typedef haversine<double> type;
};
}}}}} // namespaces