From d99a4d6236a7f80f97ec432e82ee48c6e8eaa7ac Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 24 Nov 2016 14:26:09 +0100 Subject: [PATCH] Add example to examples.txt --- Convex_hull_3/doc/Convex_hull_3/examples.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Convex_hull_3/doc/Convex_hull_3/examples.txt b/Convex_hull_3/doc/Convex_hull_3/examples.txt index d51574fc629..0891aacf4fa 100644 --- a/Convex_hull_3/doc/Convex_hull_3/examples.txt +++ b/Convex_hull_3/doc/Convex_hull_3/examples.txt @@ -2,4 +2,5 @@ \example Convex_hull_3/dynamic_hull_3.cpp \example Convex_hull_3/quickhull_3.cpp \example Convex_hull_3/halfspace_intersection_3.cpp +\example Convex_hull_3/quickhull_any_dim_3.cpp */