From fba1b5607f7905d7fca21ab68367ee3d204ca7bb Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Sat, 18 Oct 2014 12:07:15 +0200 Subject: [PATCH] [disjoint] Update a comment about point on border. --- .../boost/geometry/algorithms/detail/disjoint/areal_areal.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/geometry/algorithms/detail/disjoint/areal_areal.hpp b/include/boost/geometry/algorithms/detail/disjoint/areal_areal.hpp index bf6628235..284858a13 100644 --- a/include/boost/geometry/algorithms/detail/disjoint/areal_areal.hpp +++ b/include/boost/geometry/algorithms/detail/disjoint/areal_areal.hpp @@ -87,8 +87,8 @@ struct general_areal // If there is no intersection of segments, they might located // inside each other - // We check that using a point on the surface, and see if that is inside - // the other geometry. And vice versa. + // We check that using a point on the border (external boundary), + // and see if that is contained in the other geometry. And vice versa. if ( rings_containing(geometry1, geometry2) || rings_containing(geometry2, geometry1) )