diff --git a/arbitrile.cpp b/arbitrile.cpp index 060a34b6..11f9f61c 100644 --- a/arbitrile.cpp +++ b/arbitrile.cpp @@ -1615,7 +1615,6 @@ struct hrmap_arbi : hrmap { throw hr_exception("already connected!"); } h->c.connect(d, p2.first, co1.eid, co1.mirror); - bm.handle_precision_errors(p2.first); return p2.first; } } diff --git a/archimedean.cpp b/archimedean.cpp index a74dbf8e..47f9a7b5 100644 --- a/archimedean.cpp +++ b/archimedean.cpp @@ -693,7 +693,6 @@ struct hrmap_archimedean : hrmap { while(skip_digons(hs, -1)) hs--; connectHeptagons(hi, hs); connect_digons_too(hi, hs); - bm.handle_precision_errors(h); return h->move(d); } }