Skip to content

Commit 12075f5

Browse files
committed
updating documentation, using xLARF1y where applicable, and removing some extraneous variables
1 parent 63461c1 commit 12075f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

SRC/zlarf1f.f

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ SUBROUTINE ZLARF1F( SIDE, M, N, V, INCV, TAU, C, LDC, WORK )
185185
* ..
186186
* .. External Subroutines ..
187187
EXTERNAL ZGEMV, ZGERC, ZSCAL
188+
* .. Intrinsic Functions ..
189+
INTRINSIC DCONJG
188190
* ..
189191
* .. External Functions ..
190192
LOGICAL LSAME

SRC/zlarf1l.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ SUBROUTINE ZLARF1L( SIDE, M, N, V, INCV, TAU, C, LDC, WORK )
158158
EXTERNAL ZGEMV, ZGERC, ZSCAL
159159
* ..
160160
* .. Intrinsic Functions ..
161-
INTRINSIC CONJG
161+
INTRINSIC DCONJG
162162
* ..
163163
* .. External Functions ..
164164
LOGICAL LSAME

0 commit comments

Comments
 (0)