fix missing initialization

This commit is contained in:
Martin Kroeker
2025-06-15 19:34:01 +02:00
committed by GitHub
parent 0ea173ec8c
commit 906b9df316

View File

@@ -761,6 +761,7 @@
* for the whole original matrix stored in A(1:M,1:N).
*
KP1 = ISAMAX( N, RWORK( 1 ), 1 )
MAXC2NRM = RWORK( KP1 )
*
* ==================================================================.
*