Skip to content

Commit 487698b

Browse files
committed
commenting
1 parent 7382878 commit 487698b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bspline_defc_module.F90

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
!
55
! [[DEFC]] procedure and support routines from SLATEC.
66
! For fitting B-splines polynomials to discrete 1D data.
7+
!
8+
!@note This modules does not support the user-defined `ip` integer kind.
9+
! It only uses the default integer kind.
710

811
module bspline_defc_module
912

@@ -17,6 +20,7 @@ module bspline_defc_module
1720
private
1821

1922
#ifdef HAS_BLAS
23+
! user is linking against an external BLAS library
2024
double precision,external :: ddot
2125
external :: daxpy,dcopy,dscal,dswap
2226
#endif

0 commit comments

Comments
 (0)