From 2ce7776ec2f7c73524d996fac870398fb2b90ac6 Mon Sep 17 00:00:00 2001 From: zzzzrrr Date: Wed, 10 Feb 2010 07:52:12 -0500 Subject: [PATCH] updated comment --- testbed/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbed/main.cc b/testbed/main.cc index ea43d2e..3c3f458 100644 --- a/testbed/main.cc +++ b/testbed/main.cc @@ -154,7 +154,7 @@ int main(int argc, char* argv[]) /* * STEP 1: Create CDT and add primary polyline * NOTE: polyline must be a simple polygon. The polyline's points - * constitute the polygon's constrained edges! + * constitute constrained edges. No repeat points!!! */ CDT* cdt = new CDT(polyline);