Merge pull request #2503 from martin-frbg/xerbl

Apply fix for LAPACK issue 394 (fixed-form code beyond column 72)
This commit is contained in:
Martin Kroeker 2020-03-10 23:38:07 +01:00 committed by GitHub
commit 4e1c4e67d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -282,7 +282,8 @@
$ NPLUSONE
* ..
* .. External Subroutines ..
EXTERNAL SCOPY, SLAORHR_COL_GETRFNP, SSCAL, STRSM, XERBLA
EXTERNAL SCOPY, SLAORHR_COL_GETRFNP, SSCAL, STRSM,
$XERBLA
* ..
* .. Intrinsic Functions ..
INTRINSIC MAX, MIN
@ -436,4 +437,4 @@
*
* End of SORHR_COL
*
END
END