diff options
author | André Nusser <andre.nusser@googlemail.com> | 2020-04-25 14:37:29 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2020-04-25 14:37:29 +0200 |
commit | 413ec2df0d1d2d4eaaf356e5887c48438eed5032 (patch) | |
tree | ac422d22d3d2d8bb229abfe320a000cd926b2f42 /src | |
parent | 12e7ad403627f39f675fba85ad240af6306f0f67 (diff) |
Fix monotonicity by switching to the other monotonicity fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/powermap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |