[geometry] removed/changed comment

This commit is contained in:
Barend Gehrels
2014-02-06 22:28:01 +01:00
parent 99b3e8a24d
commit 83703aac99
2 changed files with 4 additions and 2 deletions

View File

@@ -51,10 +51,13 @@ struct robust_point_type
template <typename Point, typename Policy>
struct segment_ratio_type
{
// TODO set to coordinate type ?
// typedef typename geometry::coordinate_type<Point>::type coordinate_type;
// typedef segment_ratio<coordinate_type> type;
typedef segment_ratio<boost::long_long_type> type;
};
#endif
}} // namespace boost::geometry

View File

@@ -220,7 +220,6 @@ template <typename CoordinateType, typename PromotedType, typename SegmentRatio>
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