Imported Upstream version 1.64.0
[platform/upstream/boost.git] / libs / geometry / test / algorithms / length / length_geo.cpp
index a5e3408..66754ea 100644 (file)
@@ -80,7 +80,7 @@ template <typename P>
 void test_vincenty()
 {
     typename geo_strategies<P>::vincenty_type vincenty;
-    test_with_strategy<P>(1116828.8624 + 1116161.625, vincenty);
+    test_with_strategy<P>(1116825.857 + 1116159.144, vincenty);
 }
 
 template <typename P>