Skip to content

Commit cc6acdc

Browse files
committed
Merge remote-tracking branch 'Reference-LAPACK/master'
2 parents 41a8bcb + 04bf06f commit cc6acdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TESTING/LIN/cdrvsy_aa_2stage.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ SUBROUTINE CDRVSY_AA_2STAGE(
337337
ELSE
338338
IOFF = IZERO
339339
DO 40 I = 1, IZERO - 1
340-
A( IOFF ) = ZERO
340+
A( IOFF ) = CZERO
341341
IOFF = IOFF + LDA
342342
40 CONTINUE
343343
IOFF = IOFF - IZERO

0 commit comments

Comments
 (0)