Skip to content

Commit 2152796

Browse files
authored
fix possible infinite loop on error (Reference-LAPACK PR 1024)
1 parent a9817b4 commit 2152796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lapack-netlib/TESTING/EIG/ddrvst.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2819,9 +2819,9 @@ SUBROUTINE DDRVST( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH,
28192819
$ MAX( UNFL, TEMP3*ULP )
28202820
*
28212821
CALL DLACPY( ' ', N, N, V, LDU, A, LDA )
2822-
2822+
*
28232823
1750 CONTINUE
2824-
2824+
*
28252825
1720 CONTINUE
28262826
*
28272827
* End of Loop -- Check for RESULT(j) > THRESH

0 commit comments

Comments
 (0)