summaryrefslogtreecommitdiff
path: root/src/powermap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/powermap.h')
-rw-r--r--src/powermap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/powermap.h b/src/powermap.h
index 2cb7efb..31af22f 100644
--- a/src/powermap.h
+++ b/src/powermap.h
@@ -65,7 +65,7 @@ private:
// spline parameters (deterministically computed from the input parameters)
bool spline_needs_update;
std::array<float, 5> m;
- const Power eps = 1e-3;
+ const Power eps = 1e-4;
void updateSpline();
std::vector<float> calcSlopes(Powers const& X, Powers const& P);