]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/length/length_geo.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / length / length_geo.cpp
index a5e3408847e06497e6d9ed701dc593ca52fa532a..66754eaf0054a06bbd2325b7464d3fc09ecea709 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>