Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed commented out result initialization
  • Loading branch information
ACSimon33 committed Jun 21, 2024
commit 7113caa0eca3af6d3e7cb9902e585e5e16a16aaa
6 changes: 3 additions & 3 deletions TESTING/LIN/dchkqp3rk.f
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,9 @@ SUBROUTINE DCHKQP3RK( DOTYPE, NM, MVAL, NN, NVAL, NNS, NSVAL,
CALL DLACPY( 'All', M, NRHS, COPYB, LDA,
$ B, LDA )
CALL ICOPY( N, IWORK( 1 ), 1, IWORK( N+1 ), 1 )
! DO I = 1, NTESTS
! RESULT( I ) = ZERO
! END DO
DO I = 1, NTESTS
RESULT( I ) = ZERO
END DO
*
ABSTOL = -1.0
RELTOL = -1.0
Expand Down