adapted note for new kernel

This commit is contained in:
Peter Hachenberger 2007-03-26 20:23:40 +00:00
parent 5a7bf47ead
commit a095c68dfa
1 changed files with 1 additions and 1 deletions

View File

@ -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"