QniteSpline::cubicInterpolation() crashes with empty xValues and yValues · Issue #66 · evonove/qnite · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QniteSpline::cubicInterpolation() in qnitespline.cpp tries to access list elements even when they are empty.
xv.insert(0, xv.at(0) - (xv.at(1) - xv.at(0)));
The text was updated successfully, but these errors were encountered: