add note on how to reproduce the bug

to be used when `remove_degenerate_faces` will be fixed
This commit is contained in:
Jane Tournois 2016-09-15 14:51:45 +02:00
parent 361b81e845
commit 785f51a961
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
#include <iostream>
#include <fstream>
//note : when
//CGAL::get_default_random()::get_seed() = 1473902576
//the last test (on trihole.off) does not terminate
//
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
typedef CGAL::Surface_mesh<K::Point_3> Surface_mesh;