From: julie Date: Tue, 21 Aug 2012 05:09:38 +0000 (+0000) Subject: Correct typo found by Elena Ivanova, Oracle. X-Git-Tag: submit/tizen/20180313.231549~557 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e599d98717d1f820838c5292a7a9b9631fa28cc8;p=platform%2Fupstream%2Flapack.git Correct typo found by Elena Ivanova, Oracle. See http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=13&t=3612 --- diff --git a/TESTING/EIG/zchkec.f b/TESTING/EIG/zchkec.f index e822570f..86c9d1f5 100644 --- a/TESTING/EIG/zchkec.f +++ b/TESTING/EIG/zchkec.f @@ -166,7 +166,7 @@ 9995 FORMAT( / 1X, 'All tests for ', A3, $ ' routines passed the threshold ( ', I6, ' tests run)' ) 9994 FORMAT( ' Tests of the Nonsymmetric eigenproblem condition', - $ ' estimation routines', / ' ZTRSYL, CTREXC, CTRSNA, CTRSEN', + $ ' estimation routines', / ' ZTRSYL, ZTREXC, ZTRSNA, ZTRSEN', $ / ) 9993 FORMAT( ' Relative machine precision (EPS) = ', D16.6, $ / ' Safe minimum (SFMIN) = ', D16.6, / )