Skip to content

Commit 6556e8b

Browse files
committed
restore qp subroutine (test still unactive)
1 parent ba5e5e7 commit 6556e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg/test_linalg_svd.fypp

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ module test_linalg_svd
175175

176176
!> Test complex svd
177177
#:for ck,ct,ci in CMPLX_KINDS_TYPES
178-
#:if not ck in ["xdp","qp"]
178+
#:if ck!="xdp"
179179
subroutine test_complex_svd_${ci}$(error)
180180
type(error_type), allocatable, intent(out) :: error
181181

0 commit comments

Comments
 (0)