summaryrefslogtreecommitdiff
path: root/SRC/zhetri2x.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zhetri2x.f')
-rw-r--r--SRC/zhetri2x.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zhetri2x.f b/SRC/zhetri2x.f
index 16901722..b78ebd85 100644
--- a/SRC/zhetri2x.f
+++ b/SRC/zhetri2x.f
@@ -137,7 +137,7 @@
* =====================================================================
*
* .. Parameters ..
- REAL ONE
+ DOUBLE PRECISION ONE
COMPLEX*16 CONE, ZERO
PARAMETER ( ONE = 1.0D+0,
$ CONE = ( 1.0D+0, 0.0D+0 ),