From 413ec2df0d1d2d4eaaf356e5887c48438eed5032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 25 Apr 2020 14:37:29 +0200 Subject: Fix monotonicity by switching to the other monotonicity fix. --- src/powermap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/powermap.cc b/src/powermap.cc index 78925ee..e2d1bef 100644 --- a/src/powermap.cc +++ b/src/powermap.cc @@ -200,7 +200,7 @@ void Powermap::updateSpline() // 5 // TODO: expose this parameter for testing both - bool const option1 = true; + bool const option1 = false; if (option1) { if (alpha > 3 || beta > 3) { m[i] = 3*deltas[i]; -- cgit v1.2.3