Fix missing comma on continued line

EXTERNAL declaration of subroutines missed a comma before the continuation line,
causing a strange run-together name to appear in the object when compiled with ifort.
This commit is contained in:
Martin Kroeker 2017-02-22 08:34:20 +01:00 committed by GitHub
parent e072e68aa0
commit 69f4e8b86c
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
EXTERNAL LSAME, DLAMCH, DLANSB, ILAENV
* ..
* .. External Subroutines ..
EXTERNAL DLASCL, DSCAL, DSTEQR, DSTERF, XERBLA
EXTERNAL DLASCL, DSCAL, DSTEQR, DSTERF, XERBLA,
$ DSYTRD_SB2ST
* ..
* .. Intrinsic Functions ..