Update zgetrf2.f

Trivial typo correction (ZERBLA => XERBLA) to fix #910
This commit is contained in:
Martin Kroeker 2016-07-14 11:41:57 +02:00 committed by GitHub
parent 437c7d64f2
commit 9b69d8a8e5
1 changed files with 1 additions and 1 deletions

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