Skip to content

Commit b69186b

Browse files
committed
updating dlarf1l.f
1 parent c744ebe commit b69186b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SRC/dlarf1l.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ SUBROUTINE DLARF1L( SIDE, M, N, V, INCV, TAU, C, LDC, WORK )
147147
* ..
148148
* .. Local Scalars ..
149149
LOGICAL APPLYLEFT
150-
INTEGER I, LASTV, LASTC, J, FIRSTV
150+
INTEGER I, J, FIRSTV, LASTV, LASTC
151151
* ..
152152
* .. External Subroutines ..
153153
EXTERNAL DGEMV, DGER

0 commit comments

Comments
 (0)