Skip to content

Move assert() from 1D constructor to its second_derivative method.

James Sutherland requested to merge Move_Assert into master

This will assure that there are enough number of points for second order derivative. Also lets the interpolator to run the value() method with less points (order+1)

Merge request reports