From 8557f361e05ca3ed5f594945d4ec8fe5fbf65dc6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 18 Apr 2026 23:48:48 +0200 Subject: [PATCH] backed-map:: removed call to handle_precision_errors --- arbitrile.cpp | 1 - archimedean.cpp | 1 - 2 files changed, 2 deletions(-) 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); } }