mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-13 12:32:09 +00:00
[geometry] merged to release
[SVN r85862]
This commit is contained in:
@@ -293,7 +293,7 @@ int main()
|
||||
<< std::fixed << std::setprecision(0);
|
||||
|
||||
// To calculate distance, declare and construct a strategy with average earth radius
|
||||
boost::geometry::strategy::distance::haversine<point_type> haversine(6372795.0);
|
||||
boost::geometry::strategy::distance::haversine<double> haversine(6372795.0);
|
||||
|
||||
// Main functionality: calculate shortest routes from/to all cities
|
||||
|
||||
|
||||
Reference in New Issue
Block a user