Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Oct 10, 2023
1 parent 2f617bc commit 446ea1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/bspline_linear_test.f90
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ program bspline_linear_test
inbvx = 1
iloy = 1

! the low-level routines are given the wrong result? check this...

! initialize
call b2%initialize(x,fcn_1d,2,iflag,extrap=.true.) ! linear
if (iflag/=0) error stop 'Error initializing 1D linear spline: '//get_status_message(iflag)
Expand Down

0 comments on commit 446ea1a

Please sign in to comment.