From a719a8b91233fc03ed5e0940d5bb36d15cc524f1 Mon Sep 17 00:00:00 2001 From: Chip Hogg Date: Fri, 11 Mar 2022 03:57:21 +0000 Subject: [PATCH] Try upping the basis size --- src/core/include/units/magnitude.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/include/units/magnitude.h b/src/core/include/units/magnitude.h index dc3ac304..5f01a0fa 100644 --- a/src/core/include/units/magnitude.h +++ b/src/core/include/units/magnitude.h @@ -33,7 +33,7 @@ namespace units { namespace detail { // Higher numbers use fewer trial divisions, at the price of more storage space. -using Factorizer = WheelFactorizer<3>; +using Factorizer = WheelFactorizer<4>; } // namespace detail /**