From 45c1a9c1157fa71679f2d3cb111553a37ed848e1 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 16 May 2012 19:44:39 +0000 Subject: [PATCH] added missing comma, thanks to Lee Killough at ANL --- TESTING/LIN/alahd.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING/LIN/alahd.f b/TESTING/LIN/alahd.f index b9aa9680..29d7a4ca 100644 --- a/TESTING/LIN/alahd.f +++ b/TESTING/LIN/alahd.f @@ -638,7 +638,7 @@ 9993 FORMAT( / 1X, A3, ': ', A9, ' positive definite tridiagonal' ) 9992 FORMAT( / 1X, A3, ': ', A9, ' indefinite matrices', $ ', partial (Bunch-Kaufman) pivoting' ) - 9991 FORMAT( / 1X, A3, ': ', A9, ' indefinite packed matrices' + 9991 FORMAT( / 1X, A3, ': ', A9, ' indefinite packed matrices', $ ', partial (Bunch-Kaufman) pivoting' ) 9892 FORMAT( / 1X, A3, ': ', A9, ' indefinite matrices', $ ', rook (bounded Bunch-Kaufman) pivoting' ) -- 2.34.1