From a6ad6c886680473394465145b833d2296c8d96a4 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 27 Aug 2022 22:12:22 +0200 Subject: [PATCH] Comment update --- src/db/db/dbEdgeProcessor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/db/db/dbEdgeProcessor.h b/src/db/db/dbEdgeProcessor.h index 870466046..b58d03a32 100644 --- a/src/db/db/dbEdgeProcessor.h +++ b/src/db/db/dbEdgeProcessor.h @@ -245,8 +245,8 @@ public: * @brief An intersection detector * * This edge evaluator will not produce output edges but rather record the - * property pairs of polygons intersecting. Only intersections (overlaps) - * are recorded. Touching contacts are not recorded. + * property pairs of polygons intersecting or interacting in the specified + * way. * * It will build a set of property pairs, where the lower property value * is the first one of the pairs.