fix missing initialization

This commit is contained in:
Martin Kroeker
2025-06-15 19:35:34 +02:00
committed by GitHub
parent 906b9df316
commit 1804ff58d7

View File

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