Skip to content

Commit 4e1c4e6

Browse files
authored
Merge pull request #2503 from martin-frbg/xerbl
Apply fix for LAPACK issue 394 (fixed-form code beyond column 72)
2 parents b9a2a3c + b25ae1f commit 4e1c4e6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lapack-netlib/SRC/sorhr_col.f

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ SUBROUTINE SORHR_COL( M, N, NB, A, LDA, T, LDT, D, INFO )
282282
$ NPLUSONE
283283
* ..
284284
* .. External Subroutines ..
285-
EXTERNAL SCOPY, SLAORHR_COL_GETRFNP, SSCAL, STRSM, XERBLA
285+
EXTERNAL SCOPY, SLAORHR_COL_GETRFNP, SSCAL, STRSM,
286+
$XERBLA
286287
* ..
287288
* .. Intrinsic Functions ..
288289
INTRINSIC MAX, MIN
@@ -436,4 +437,4 @@ SUBROUTINE SORHR_COL( M, N, NB, A, LDA, T, LDT, D, INFO )
436437
*
437438
* End of SORHR_COL
438439
*
439-
END
440+
END

0 commit comments

Comments
 (0)