Skip to content

Commit 471c3ec

Browse files
committed
fixed typo in error message.
1 parent 7d77475 commit 471c3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bspline_sub_module.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ subroutine db6val(xval,yval,zval,qval,rval,sval,&
15041504
return
15051505
end if
15061506
if (sval<ts(1) .or. sval>ts(ns+ks) ) then
1507-
write(error_unit,'(A)') 'db6val - r value out of bounds'
1507+
write(error_unit,'(A)') 'db6val - s value out of bounds'
15081508
iflag = 6
15091509
return
15101510
end if

0 commit comments

Comments
 (0)