Skip to content

Commit 7113caa

Browse files
committed
Fixed commented out result initialization
1 parent 4bd18e2 commit 7113caa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TESTING/LIN/dchkqp3rk.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,9 +605,9 @@ SUBROUTINE DCHKQP3RK( DOTYPE, NM, MVAL, NN, NVAL, NNS, NSVAL,
605605
CALL DLACPY( 'All', M, NRHS, COPYB, LDA,
606606
$ B, LDA )
607607
CALL ICOPY( N, IWORK( 1 ), 1, IWORK( N+1 ), 1 )
608-
! DO I = 1, NTESTS
609-
! RESULT( I ) = ZERO
610-
! END DO
608+
DO I = 1, NTESTS
609+
RESULT( I ) = ZERO
610+
END DO
611611
*
612612
ABSTOL = -1.0
613613
RELTOL = -1.0

0 commit comments

Comments
 (0)