From e175f522dc51752e4ecb5fddecc2e955a4534df1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 4 Aug 2021 18:00:09 +0200 Subject: [PATCH] arcm:: cleared spam in DF_GEOM --- archimedean.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/archimedean.cpp b/archimedean.cpp index 336d070b..2993b105 100644 --- a/archimedean.cpp +++ b/archimedean.cpp @@ -455,6 +455,7 @@ void archimedean_tiling::compute_geometry() { } if(debugflags & DF_GEOM) + if(p < 10 || p == 99) println(hlog, "edgelength = ", edgelength, " angles = ", alphas, " inradius = ", inradius, " circumradius = ", circumradius); if(isnan(alpha_total)) elmax = edgelength;