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:
parent
e527dbffaa
commit
e072e68aa0
|
@ -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 ..
|
||||
|
|
Loading…
Reference in New Issue