Skip to content

Commit d64a6ca

Browse files
committed
fixed a typo-bug for intrinsics in dlaqp3rk.f
1 parent 7603b62 commit d64a6ca

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
@@ -433,7 +433,7 @@ SUBROUTINE DLAQP3RK( M, N, NRHS, IOFFSET, NB, ABSTOL,
433433
EXTERNAL DGEMM, DGEMV, DLARFG, DSWAP
434434
* ..
435435
* .. Intrinsic Functions ..
436-
INTRINSIC ABS, f, MIN, SQRT
436+
INTRINSIC ABS, MAX, MIN, SQRT
437437
* ..
438438
* .. External Functions ..
439439
LOGICAL DISNAN

0 commit comments

Comments
 (0)