123456789101112131415161718192021222324252627282930313233 |
- #ifndef BOOST_GEOMETRY_SRS_SHARED_GRIDS_HPP
- #define BOOST_GEOMETRY_SRS_SHARED_GRIDS_HPP
- #include <boost/geometry/srs/shared_grids_boost.hpp>
- namespace boost { namespace geometry
- {
- namespace srs
- {
- typedef shared_grids_boost shared_grids;
- }
- }}
- #endif
|