From 5f947be0d1d4af7d777c6af569f8ce5ead1f76a4 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sat, 21 Dec 2019 12:05:11 -0500 Subject: more gentle increase of tuning --- hadamard_pt.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadamard_pt.hpp b/hadamard_pt.hpp index de6590d..67cb710 100644 --- a/hadamard_pt.hpp +++ b/hadamard_pt.hpp @@ -155,7 +155,7 @@ public: return f; } - n *= 2; + n += n0; } } -- cgit v1.2.3-54-g00ecf