summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-12-21 12:05:11 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-12-21 12:05:11 -0500
commit5f947be0d1d4af7d777c6af569f8ce5ead1f76a4 (patch)
treefaf51aa2d8f5e281430e2e6cdae9960b44fcfa00
parent2cc44d8981e42bfe663e8e7dee8dbb7914a9482f (diff)
downloadcode-5f947be0d1d4af7d777c6af569f8ce5ead1f76a4.tar.gz
code-5f947be0d1d4af7d777c6af569f8ce5ead1f76a4.tar.bz2
code-5f947be0d1d4af7d777c6af569f8ce5ead1f76a4.zip
more gentle increase of tuning
-rw-r--r--hadamard_pt.hpp2
1 files changed, 1 insertions, 1 deletions
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;
}
}