Skip to content

Commit 94220f4

Browse files
committed
Import everything from stdlib_kinds
1 parent 05be1d6 commit 94220f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg/test_linalg_specialmatrices.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#:set KINDS_TYPES = R_KINDS_TYPES
44
module test_specialmatrices
55
use testdrive, only : new_unittest, unittest_type, error_type, check, skip_test
6-
use stdlib_kinds, only: sp, dp, xdp, qp, int8, int16, int32, int64
6+
use stdlib_kinds
77
use stdlib_linalg, only: hermitian
88
use stdlib_math, only: all_close
99
use stdlib_specialmatrices, only: tridiagonal, &

0 commit comments

Comments
 (0)