diff options
Diffstat (limited to 'spline')
-rw-r--r-- | spline/spline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spline/spline.cpp b/spline/spline.cpp index 7017c93e..d6bdf2c1 100644 --- a/spline/spline.cpp +++ b/spline/spline.cpp @@ -182,7 +182,7 @@ void spline::update_interp_data() const } else { - if (list[0].x() > 1e-2) + if (list[0].x() > 1e-6) list.push_front({}); // now this is hella expensive due to `c_interp' |