Skip to content

Commit bf73aa1

Browse files
authored
Fix potential spurious failure from uninitialized variable
1 parent 4e466d7 commit bf73aa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ctest/c_cblat3.f

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,6 +1503,8 @@ SUBROUTINE CCHK4( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
15031503
NC = 0
15041504
RESET = .TRUE.
15051505
ERRMAX = RZERO
1506+
RALS = RONE
1507+
RBETS = RONE
15061508
*
15071509
DO 100 IN = 1, NIDIM
15081510
N = IDIM( IN )

0 commit comments

Comments
 (0)