Skip to content

Commit 446ea1a

Browse files
committed
comment
1 parent 2f617bc commit 446ea1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/bspline_linear_test.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ program bspline_linear_test
3838
inbvx = 1
3939
iloy = 1
4040

41-
! the low-level routines are given the wrong result? check this...
42-
4341
! initialize
4442
call b2%initialize(x,fcn_1d,2,iflag,extrap=.true.) ! linear
4543
if (iflag/=0) error stop 'Error initializing 1D linear spline: '//get_status_message(iflag)

0 commit comments

Comments
 (0)