From 83703aac992b99c5180cb7026cdc0299cce76d86 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Thu, 6 Feb 2014 22:28:01 +0100 Subject: [PATCH] [geometry] removed/changed comment --- include/boost/geometry/algorithms/detail/rescale.hpp | 5 ++++- include/boost/geometry/strategies/intersection_result.hpp | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/boost/geometry/algorithms/detail/rescale.hpp b/include/boost/geometry/algorithms/detail/rescale.hpp index 036aed32c..33c381d6a 100644 --- a/include/boost/geometry/algorithms/detail/rescale.hpp +++ b/include/boost/geometry/algorithms/detail/rescale.hpp @@ -51,10 +51,13 @@ struct robust_point_type template struct segment_ratio_type { - // TODO set to coordinate type ? +// typedef typename geometry::coordinate_type::type coordinate_type; +// typedef segment_ratio type; typedef segment_ratio type; }; + + #endif }} // namespace boost::geometry diff --git a/include/boost/geometry/strategies/intersection_result.hpp b/include/boost/geometry/strategies/intersection_result.hpp index 656466d4d..c2203e4a0 100644 --- a/include/boost/geometry/strategies/intersection_result.hpp +++ b/include/boost/geometry/strategies/intersection_result.hpp @@ -220,7 +220,6 @@ template struct segment_intersection_info { typedef PromotedType promoted_type; - //typedef RobustType robust_type; CoordinateType dx_a, dy_a, dx_b, dy_b; // TODO b can be removed PromotedType r; // TODO is probably redundant