Update zgetrf2.f
Trivial typo correction (ZERBLA => XERBLA) to fix #910
This commit is contained in:
parent
437c7d64f2
commit
9b69d8a8e5
|
@ -144,7 +144,7 @@
|
||||||
EXTERNAL DLAMCH, IZAMAX
|
EXTERNAL DLAMCH, IZAMAX
|
||||||
* ..
|
* ..
|
||||||
* .. External Subroutines ..
|
* .. External Subroutines ..
|
||||||
EXTERNAL ZGEMM, ZSCAL, ZLASWP, ZTRSM, ZERBLA
|
EXTERNAL ZGEMM, ZSCAL, ZLASWP, ZTRSM, XERBLA
|
||||||
* ..
|
* ..
|
||||||
* .. Intrinsic Functions ..
|
* .. Intrinsic Functions ..
|
||||||
INTRINSIC MAX, MIN
|
INTRINSIC MAX, MIN
|
||||||
|
|
Loading…
Reference in New Issue