Skip to content

Commit 3267d41

Browse files
committed
small change for tau
1 parent 559a7e9 commit 3267d41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SRC/dlarf1f.f

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ SUBROUTINE DLARF1F( SIDE, M, N, V, INCV, TAU, C, LDC, WORK )
159159
APPLYLEFT = LSAME( SIDE, 'L' )
160160
LASTV = 0
161161
LASTC = 0
162+
IF( TAU.EQ.ZERO ) THEN
163+
RETURN
164+
END IF
162165
IF( TAU.NE.ZERO ) THEN
163166
! Set up variables for scanning V. LASTV begins pointing to the end
164167
! of V.

0 commit comments

Comments
 (0)