Skip to content

Commit

Permalink
fix possible infinite loop on error (Reference-LAPACK PR 1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jun 18, 2024
1 parent a9817b4 commit 2152796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lapack-netlib/TESTING/EIG/ddrvst.f
Original file line number Diff line number Diff line change
Expand Up @@ -2819,9 +2819,9 @@ SUBROUTINE DDRVST( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH,
$ MAX( UNFL, TEMP3*ULP )
*
CALL DLACPY( ' ', N, N, V, LDU, A, LDA )

*
1750 CONTINUE

*
1720 CONTINUE
*
* End of Loop -- Check for RESULT(j) > THRESH
Expand Down

0 comments on commit 2152796

Please sign in to comment.