Skip to content

Commit 10e12a4

Browse files
committed
Intrinsic DBLE declaration from DLAQP3RK, since it is not used
1 parent bd42f8e commit 10e12a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SRC/dlaqp3rk.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ SUBROUTINE DLAQP3RK( M, N, NRHS, IOFFSET, NB, ABSTOL,
422422
EXTERNAL DGEMM, DGEMV, DLARFG, DSWAP
423423
* ..
424424
* .. Intrinsic Functions ..
425-
INTRINSIC ABS, DBLE, MAX, MIN, SQRT
425+
INTRINSIC ABS, f, MIN, SQRT
426426
* ..
427427
* .. External Functions ..
428428
LOGICAL DISNAN

0 commit comments

Comments
 (0)