Skip to content

Commit

Permalink
added missing error code
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Aug 26, 2021
1 parent fe6c5bb commit b0197cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bspline_sub_module.f90
Expand Up @@ -4645,6 +4645,8 @@ pure function get_status_message(iflag) result(msg)
case(804_ip); msg='Error in db*ink: size(r) /= size(bcoef,5)'
case(805_ip); msg='Error in db*ink: size(s) /= size(bcoef,6)'

case(806_ip); msg='Error in dbint4: currently, only k=4 can be used'

case(100_ip); msg='Error in dbintk: k does not satisfy k>=1'
case(101_ip); msg='Error in dbintk: n does not satisfy n>=k'
case(102_ip); msg='Error in dbintk: x(i) does not satisfy x(i)<x(i+1) for some i'
Expand Down

0 comments on commit b0197cb

Please sign in to comment.