From a095c68dfad8b326e362227abc04ee32c00e3452 Mon Sep 17 00:00:00 2001 From: Peter Hachenberger Date: Mon, 26 Mar 2007 20:23:40 +0000 Subject: [PATCH] adapted note for new kernel --- Nef_3/examples/Nef_3/handling_double_coordinates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nef_3/examples/Nef_3/handling_double_coordinates.cpp b/Nef_3/examples/Nef_3/handling_double_coordinates.cpp index 4a5b4c1e983..36dff95d0be 100644 --- a/Nef_3/examples/Nef_3/handling_double_coordinates.cpp +++ b/Nef_3/examples/Nef_3/handling_double_coordinates.cpp @@ -16,7 +16,7 @@ int main() { std::cin >> P; Nef_polyhedron N(P); - std::cout << "Lazy_kernel + Simple_cartesian + SNC_indexed_items" + std::cout << "Exact_predicates_exact_constructions_kernel + SNC_indexed_items" << std::endl << " allows efficient handling of input " "using floating point coordinates"