mirror of https://github.com/CGAL/cgal
add note on how to reproduce the bug
to be used when `remove_degenerate_faces` will be fixed
This commit is contained in:
parent
361b81e845
commit
785f51a961
|
|
@ -6,6 +6,11 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#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::Exact_predicates_inexact_constructions_kernel K;
|
||||||
|
|
||||||
typedef CGAL::Surface_mesh<K::Point_3> Surface_mesh;
|
typedef CGAL::Surface_mesh<K::Point_3> Surface_mesh;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue