Skip to content

Commit 322b37e

Browse files
committed
move kinds to stdlib_kinds
1 parent affd5d0 commit 322b37e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_linalg_state.fypp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module stdlib_linalg_state
66
!! Provides a state/error handling derived type for advanced error handling of
77
!! BLAS/LAPACK based linear algebra procedures. All procedures are pure.
88
!! !! ([Specification](../page/specs/stdlib_linalg.html))
9-
use stdlib_linalg_constants,only: ilp,sp,dp,xdp,qp,lk
10-
use stdlib_kinds, only: int8, int16, int32, int64
9+
use stdlib_linalg_constants,only: ilp
10+
use stdlib_kinds, only: int8, int16, int32, int64, sp, dp, xdp, qp, lk
1111
use stdlib_io, only: FMT_REAL_SP, FMT_REAL_DP, FMT_REAL_QP, FMT_COMPLEX_SP, FMT_COMPLEX_DP, &
1212
FMT_COMPLEX_QP, FMT_REAL_XDP, FMT_COMPLEX_XDP
1313
implicit none(type,external)

0 commit comments

Comments
 (0)