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);