From 688fc8fda2b14557417a2bec3d59f20abcb1eefe Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Thu, 16 Oct 2014 18:25:36 +0300 Subject: [PATCH] [algorithms][distance] rename the file "geometry_to_geometry_rtree.hpp" to "range_to_geometry.hpp" --- .../algorithms/detail/distance/linear_to_linear.hpp | 2 +- .../algorithms/detail/distance/multipoint_to_geometry.hpp | 2 +- ...ry_to_geometry_rtree.hpp => range_to_geometry_rtree.hpp} | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) rename include/boost/geometry/algorithms/detail/distance/{geometry_to_geometry_rtree.hpp => range_to_geometry_rtree.hpp} (93%) diff --git a/include/boost/geometry/algorithms/detail/distance/linear_to_linear.hpp b/include/boost/geometry/algorithms/detail/distance/linear_to_linear.hpp index 9bab173e6..e44b37284 100644 --- a/include/boost/geometry/algorithms/detail/distance/linear_to_linear.hpp +++ b/include/boost/geometry/algorithms/detail/distance/linear_to_linear.hpp @@ -22,7 +22,7 @@ #include -#include +#include namespace boost { namespace geometry diff --git a/include/boost/geometry/algorithms/detail/distance/multipoint_to_geometry.hpp b/include/boost/geometry/algorithms/detail/distance/multipoint_to_geometry.hpp index 46dc2431d..5f2c6e34f 100644 --- a/include/boost/geometry/algorithms/detail/distance/multipoint_to_geometry.hpp +++ b/include/boost/geometry/algorithms/detail/distance/multipoint_to_geometry.hpp @@ -23,7 +23,7 @@ #include #include -#include +#include namespace boost { namespace geometry diff --git a/include/boost/geometry/algorithms/detail/distance/geometry_to_geometry_rtree.hpp b/include/boost/geometry/algorithms/detail/distance/range_to_geometry_rtree.hpp similarity index 93% rename from include/boost/geometry/algorithms/detail/distance/geometry_to_geometry_rtree.hpp rename to include/boost/geometry/algorithms/detail/distance/range_to_geometry_rtree.hpp index 764b9febf..78189794a 100644 --- a/include/boost/geometry/algorithms/detail/distance/geometry_to_geometry_rtree.hpp +++ b/include/boost/geometry/algorithms/detail/distance/range_to_geometry_rtree.hpp @@ -7,8 +7,8 @@ // Licensed under the Boost Software License version 1.0. // http://www.boost.org/users/license.html -#ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_DISTANCE_GEOMETRY_TO_GEOMETRY_RTREE_HPP -#define BOOST_GEOMETRY_ALGORITHMS_DETAIL_DISTANCE_GEOMETRY_TO_GEOMETRY_RTREE_HPP +#ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_DISTANCE_RANGE_TO_GEOMETRY_RTREE_HPP +#define BOOST_GEOMETRY_ALGORITHMS_DETAIL_DISTANCE_RANGE_TO_GEOMETRY_RTREE_HPP #include #include @@ -128,4 +128,4 @@ public: }} // namespace boost::geometry -#endif // BOOST_GEOMETRY_ALGORITHMS_DETAIL_DISTANCE_GEOMETRY_TO_GEOMETRY_RTREE_HPP +#endif // BOOST_GEOMETRY_ALGORITHMS_DETAIL_DISTANCE_RANGE_TO_GEOMETRY_RTREE_HPP