Fix missing comma on continued line
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Wed, 22 Feb 2017 08:04:33 +0000 (09:04 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Feb 2017 08:04:33 +0000 (09:04 +0100)
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.

SRC/chbev_2stage.f

index ff11506..5ced8c9 100644 (file)
       EXTERNAL           LSAME, SLAMCH, CLANHB, ILAENV
 *     ..
 *     .. External Subroutines ..
-      EXTERNAL           SSCAL, SSTERF, XERBLA, CLASCL, CSTEQR
+      EXTERNAL           SSCAL, SSTERF, XERBLA, CLASCL, CSTEQR,
      $                   CHETRD_2STAGE
 *     ..
 *     .. Intrinsic Functions ..