Skip to content

Commit

Permalink
fix reference in format (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 bf521a2 commit a9817b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lapack-netlib/TESTING/EIG/dlahd2.f
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,8 @@ SUBROUTINE DLAHD2( IOUNIT, PATH )
$ / ' 2: norm( I - Q'' Q ) / ( m ulp )',
$ / ' 3: norm( I - PT PT'' ) / ( n ulp )',
$ / ' 4: norm( Y - Q'' C ) / ( norm(Y) max(m,nrhs) ulp )' )
9968 FORMAT( / ' Tests performed: See sdrvst.f' )
9967 FORMAT( / ' Tests performed: See cdrvst.f' )
9968 FORMAT( / ' Tests performed: See ddrvst.f' )
9967 FORMAT( / ' Tests performed: See zdrvst.f' )
*
* End of DLAHD2
*
Expand Down

0 comments on commit a9817b4

Please sign in to comment.