]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/distance/distance_geo_pl_l.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / distance / distance_geo_pl_l.cpp
index 76e300e66a334d5efcb377eded41d6411d247177..269f570f2681ffef75867fa64a51db23db09f6ed 100644 (file)
@@ -713,6 +713,7 @@ BOOST_AUTO_TEST_CASE( test_all_pointlike_linear )
     test_all_pl_l(vincenty_pp(), vincenty_ps());
     test_all_pl_l(thomas_pp(), thomas_ps());
     test_all_pl_l(andoyer_pp(), andoyer_ps());
+    //test_all_pl_l(karney_pp(), karney_ps());
 
     // test with different spheroid
     stype spheroid(6372000, 6370000);
@@ -721,8 +722,10 @@ BOOST_AUTO_TEST_CASE( test_all_pointlike_linear )
     test_distance_point_segment_no_thomas(vincenty_pp(), vincenty_ps());
     //test_distance_point_segment_no_thomas(thomas_pp(), thomas_ps());
     test_distance_point_segment_no_thomas(andoyer_pp(), andoyer_ps());
+    //test_distance_point_segment_no_thomas(karney_pp(), karney_ps());
 
     test_distance_point_segment_rad_mix(vincenty_pp(), vincenty_ps());
     test_distance_point_segment_rad_mix(thomas_pp(), thomas_ps());
     test_distance_point_segment_rad_mix(andoyer_pp(), andoyer_ps());
+    //test_distance_point_segment_rad_mix(karney_pp(), karney_ps());
 }