Skip to content

Commit 351d12b

Browse files
authored
Fix potential spurious failure from uninitialized variable
1 parent bf73aa1 commit 351d12b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ctest/c_zblat3.f

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

0 commit comments

Comments
 (0)