From 837f53e7b9d642b52a8306288f52a25e89d22400 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 9 Oct 2024 17:19:25 +0100 Subject: [PATCH] Test with pgn_with_holes2 --- .../test/Boolean_set_operations_2/test_compilation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Boolean_set_operations_2/test/Boolean_set_operations_2/test_compilation.cpp b/Boolean_set_operations_2/test/Boolean_set_operations_2/test_compilation.cpp index 0707a56039a9..38b40217451b 100644 --- a/Boolean_set_operations_2/test/Boolean_set_operations_2/test_compilation.cpp +++ b/Boolean_set_operations_2/test/Boolean_set_operations_2/test_compilation.cpp @@ -234,7 +234,7 @@ void test() gps.oriented_side(pt); gps.oriented_side(pgn1); gps.oriented_side(pgn_with_holes1); - gps.oriented_side(pgn_with_holes1); + gps.oriented_side(pgn_with_holes2); gps.oriented_side(gps); gps.locate(pt, pgn_with_holes1);