Skip to content

Commit 1ba075c

Browse files
committed
updating parameter definition in the single complex version
1 parent b966220 commit 1ba075c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SRC/clarft.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ RECURSIVE SUBROUTINE CLARFT( DIRECT, STOREV, N, K, V, LDV, TAU, T,
179179
* .. Parameters ..
180180
*
181181
COMPLEX ONE, NEG_ONE, ZERO
182-
PARAMETER(ONE=1.0D+0, ZERO = 0.0D+0, NEG_ONE=-1.0D+0)
182+
PARAMETER(ONE=1.0E+0, ZERO = 0.0E+0, NEG_ONE=-1.0E+0)
183183
*
184184
* .. Local Scalars ..
185185
*

0 commit comments

Comments
 (0)