Skip to content

Commit 15ec332

Browse files
committed
updating comment on zlarf1f.f
1 parent 491c0cf commit 15ec332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SRC/zlarf1f.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ SUBROUTINE ZLARF1F( SIDE, M, N, V, INCV, TAU, C, LDC, WORK )
219219
*
220220
* C(1:lastv,1:lastc) := C(...) - tau * v(1:lastv,1) * w(1:lastc,1)**H
221221
*
222-
! C(1, 1:lastc) := C(...) - tau * v(1,1) * w(1:lastc,1)**T
222+
! C(1, 1:lastc) := C(...) - tau * v(1,1) * w(1:lastc,1)**H
223223
! = C(...) - tau * Conj(w(1:lastc,1))
224224
DO I = 1, LASTC
225225
C(1,I) = C(1,I) - TAU * DCONJG(WORK(I))

0 commit comments

Comments
 (0)