]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/strategies/geographic/distance_cross_track_box_box.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / geometry / strategies / geographic / distance_cross_track_box_box.hpp
index 551a571688eb6727b4dbbce280b094fb7e34dbfa..7844cddebdfb599e657fb493c83e793b9467c56a 100644 (file)
@@ -1,6 +1,6 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
 
-// Copyright (c) 2017-2020, Oracle and/or its affiliates.
+// Copyright (c) 2017-2021, Oracle and/or its affiliates.
 
 // Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
@@ -117,6 +117,12 @@ public:
                                                             typename distance_pp_strategy::type(m_spheroid),
                                                             typename distance_ps_strategy::type(m_spheroid));
     }
+
+    Spheroid model() const
+    {
+        return m_spheroid;
+    }
+
 private :
     Spheroid m_spheroid;
 };