Skip to content

Commit a9817b4

Browse files
authored
fix reference in format (Reference-LAPACK PR 1024)
1 parent bf521a2 commit a9817b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lapack-netlib/TESTING/EIG/dlahd2.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,8 @@ SUBROUTINE DLAHD2( IOUNIT, PATH )
534534
$ / ' 2: norm( I - Q'' Q ) / ( m ulp )',
535535
$ / ' 3: norm( I - PT PT'' ) / ( n ulp )',
536536
$ / ' 4: norm( Y - Q'' C ) / ( norm(Y) max(m,nrhs) ulp )' )
537-
9968 FORMAT( / ' Tests performed: See sdrvst.f' )
538-
9967 FORMAT( / ' Tests performed: See cdrvst.f' )
537+
9968 FORMAT( / ' Tests performed: See ddrvst.f' )
538+
9967 FORMAT( / ' Tests performed: See zdrvst.f' )
539539
*
540540
* End of DLAHD2
541541
*

0 commit comments

Comments
 (0)