We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6c5bb commit b0197cbCopy full SHA for b0197cb
src/bspline_sub_module.f90
@@ -4645,6 +4645,8 @@ pure function get_status_message(iflag) result(msg)
4645
case(804_ip); msg='Error in db*ink: size(r) /= size(bcoef,5)'
4646
case(805_ip); msg='Error in db*ink: size(s) /= size(bcoef,6)'
4647
4648
+ case(806_ip); msg='Error in dbint4: currently, only k=4 can be used'
4649
+
4650
case(100_ip); msg='Error in dbintk: k does not satisfy k>=1'
4651
case(101_ip); msg='Error in dbintk: n does not satisfy n>=k'
4652
case(102_ip); msg='Error in dbintk: x(i) does not satisfy x(i)<x(i+1) for some i'
0 commit comments