From d41d9a9235a2ca9097410e59d39f24a83142b9af Mon Sep 17 00:00:00 2001 From: angusj Date: Sun, 3 Dec 2023 19:47:53 +1000 Subject: [PATCH] Fixed incorrect code comment --- CPP/BenchMark/GetIntersectPtBenchmark.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CPP/BenchMark/GetIntersectPtBenchmark.cpp b/CPP/BenchMark/GetIntersectPtBenchmark.cpp index a445a176..cc5d0218 100644 --- a/CPP/BenchMark/GetIntersectPtBenchmark.cpp +++ b/CPP/BenchMark/GetIntersectPtBenchmark.cpp @@ -42,7 +42,7 @@ typedef std::function GipFunction; ///////////////////////////////////////////////////////// -// GIP1: This is the current Clipper2 PointInPolygon code +// GIP1: This is the current Clipper2 GetIntersectPoint code ///////////////////////////////////////////////////////// static bool GIP1(const Point64& ln1a, const Point64& ln1b, const Point64& ln2a, const Point64& ln2b, Point64& ip)