Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed Jan 19, 2024
1 parent 3e7d8e3 commit c2d8ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/source/test_interpolate.f90
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ subroutine test_spl_reg(spline_order, periodic)
call linspace(0.0d0, 2.0d0 * pi, 100, x)
call generate_test_data_1d(x, y, dy, d2y)

call construct_splines_1d(x, y, spl_order, periodic, spl)
call construct_splines_1d(x, y, spline_order, periodic, spl)

x_eval = (x(30) + x(31))/2.0d0

Expand Down

0 comments on commit c2d8ec4

Please sign in to comment.