Skip to content

Commit

Permalink
Fixed commented out result initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ACSimon33 committed Jun 21, 2024
1 parent 4bd18e2 commit 7113caa
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 7113caa

Please sign in to comment.