Skip to content

Incorrect interfaces in splines

A couple of issues in splines.F90:

  • all the oct_spline_eval* functions are marked as pure, but they actually have side-effects, as they changes the value (not the address) of acc.
  • oct_spline_x and oct_spline_x should not take acc as argument, as it is unused.