diff options
-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]; |