Fix missing comma in 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:32:20 +01:00 committed by GitHub
parent e527dbffaa
commit e072e68aa0
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@
EXTERNAL LSAME, SLAMCH, CLANHB, ILAENV
* ..
* .. External Subroutines ..
EXTERNAL SSCAL, SSTERF, XERBLA, CLASCL, CSTEQR
EXTERNAL SSCAL, SSTERF, XERBLA, CLASCL, CSTEQR,
$ CHETRD_2STAGE
* ..
* .. Intrinsic Functions ..