Fix for removal test errors

This commit is contained in:
Iordan Iordanov 2019-01-21 15:24:26 +01:00
parent 8e1dfa329e
commit f65c70eb4c
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ is_removable(Vertex_handle v,
// This is the exact value of the limit.
// The systole is 2*acosh(1+sqrt(2)), and we want half of that.
// The max _diameter_ of the hyperbolic circles must be less than this.
double factor(0.9); // percentage of the limit to consider -- failsafe!
double factor(0.85); // percentage of the limit to consider -- failsafe!
double lim(factor*acosh(1. + sqrt(2.)));
std::vector<Vertex_handle> bdry_verts;