Browse Source

Update zgetrf2.f

Trivial typo correction (ZERBLA => XERBLA) to fix #910
tags/v0.2.19^2
Martin Kroeker GitHub 9 years ago
parent
commit
9b69d8a8e5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lapack-netlib/SRC/zgetrf2.f

+ 1
- 1
lapack-netlib/SRC/zgetrf2.f View File

@@ -144,7 +144,7 @@
EXTERNAL DLAMCH, IZAMAX
* ..
* .. External Subroutines ..
EXTERNAL ZGEMM, ZSCAL, ZLASWP, ZTRSM, ZERBLA
EXTERNAL ZGEMM, ZSCAL, ZLASWP, ZTRSM, XERBLA
* ..
* .. Intrinsic Functions ..
INTRINSIC MAX, MIN


Loading…
Cancel
Save