Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:36:41

0001 // Boost.Geometry
0002 
0003 // Copyright (c) 2018-2019, Oracle and/or its affiliates.
0004 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
0005 
0006 // Use, modification and distribution is subject to the Boost Software License,
0007 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
0008 // http://www.boost.org/LICENSE_1_0.txt)
0009 
0010 #ifndef BOOST_GEOMETRY_SRS_SHARED_GRIDS_HPP
0011 #define BOOST_GEOMETRY_SRS_SHARED_GRIDS_HPP
0012 
0013 
0014 #include <boost/geometry/srs/shared_grids_boost.hpp>
0015 
0016 
0017 namespace boost { namespace geometry
0018 {
0019 
0020 namespace srs
0021 {
0022 
0023 
0024 typedef shared_grids_boost shared_grids;
0025 
0026 
0027 } // namespace srs
0028 
0029 
0030 }} // namespace boost::geometry
0031 
0032 
0033 #endif // BOOST_GEOMETRY_SRS_SHARED_GRIDS_HPP