Skip to content

Commit 559a7e9

Browse files
committed
fixed dlarf1f and dorm2r implementation
1 parent af491a4 commit 559a7e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SRC/dlarf1f.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ SUBROUTINE DLARF1F( SIDE, M, N, V, INCV, TAU, C, LDC, WORK )
141141
* .. Parameters ..
142142
DOUBLE PRECISION ONE, ZERO
143143
PARAMETER ( ONE = 1.0D+0, ZERO = 0.0D+0 )
144-
INTEGER IONE
145-
PARAMETER ( IONE = 1 )
146144
* ..
147145
* .. Local Scalars ..
148146
LOGICAL APPLYLEFT

0 commit comments

Comments
 (0)