Skip to content

Commit 68a1389

Browse files
author
Johnathan Rhyne
committed
Added NX variable declaration to clarft that was initially missed
1 parent b9d53f4 commit 68a1389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SRC/clarft.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ RECURSIVE SUBROUTINE CLARFT( DIRECT, STOREV, N, K, V, LDV,
181181
*
182182
* .. Local Scalars ..
183183
*
184-
INTEGER I,J,L
184+
INTEGER I,J,L,NX
185185
LOGICAL QR,LQ,QL,DIRF,COLV
186186
*
187187
* .. External Subroutines ..

0 commit comments

Comments
 (0)