[point_in_geometry] remove todo item - it should stay -1, 0, 1, these

numbers can be used in calculations
This commit is contained in:
Barend Gehrels
2014-07-20 16:55:57 +02:00
parent d66b7a0ee1
commit 5e99fb4987

View File

@@ -135,8 +135,6 @@ namespace detail_dispatch { namespace within {
// returns 0 if P is on the boundry of G
// returns -1 if P is in the exterior of G
// TODO: replace magic numbers with enum
template <typename Geometry,
typename Tag = typename geometry::tag<Geometry>::type>
struct point_in_geometry