Skip to content

Commit 906b9df

Browse files
authored
fix missing initialization
1 parent 0ea173e commit 906b9df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lapack-netlib/SRC/cgeqp3rk.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ SUBROUTINE CGEQP3RK( M, N, NRHS, KMAX, ABSTOL, RELTOL, A, LDA,
761761
* for the whole original matrix stored in A(1:M,1:N).
762762
*
763763
KP1 = ISAMAX( N, RWORK( 1 ), 1 )
764+
MAXC2NRM = RWORK( KP1 )
764765
*
765766
* ==================================================================.
766767
*

0 commit comments

Comments
 (0)