Skip to content

Commit d4741c8

Browse files
committed
removed all extranous changes
1 parent 273ab49 commit d4741c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SRC/dgelqf.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ SUBROUTINE DGELQF( M, N, A, LDA, TAU, WORK, LWORK, INFO )
252252
* H = H(i) H(i+1) . . . H(i+ib-1)
253253
*
254254
CALL DLARFT( 'Forward', 'Rowwise', N-I+1, IB, A( I,
255-
$ I ),
255+
$ I ),
256256
$ LDA, TAU( I ), WORK, LDWORK )
257257
*
258258
* Apply H to A(i+ib:m,i:n) from the right

0 commit comments

Comments
 (0)