print nine-character-long subroutine names (instead of 6-character-long) in TESTING...
authorJulien Langou <julien.langou@ucdenver.edu>
Thu, 24 Nov 2016 07:55:09 +0000 (08:55 +0100)
committerJulien Langou <julien.langou@ucdenver.edu>
Thu, 24 Nov 2016 07:55:09 +0000 (08:55 +0100)
TESTING/LIN/xerbla.f

index 821d5a5..2038e04 100644 (file)
  9999 FORMAT( ' *** XERBLA was called from ', A, ' with INFO = ', I6,
      $      ' instead of ', I2, ' ***' )
  9998 FORMAT( ' *** XERBLA was called with SRNAME = ', A,
-     $      ' instead of ', A6, ' ***' )
+     $      ' instead of ', A9, ' ***' )
  9997 FORMAT( ' *** On entry to ', A, ' parameter number ', I6,
      $      ' had an illegal value ***' )
 *