diff options
Diffstat (limited to 'SRC/sgesvxx.f')
-rw-r--r-- | SRC/sgesvxx.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/sgesvxx.f b/SRC/sgesvxx.f index 1021c24a..7280fe2d 100644 --- a/SRC/sgesvxx.f +++ b/SRC/sgesvxx.f @@ -428,7 +428,7 @@ * * .. Parameters .. REAL ZERO, ONE - PARAMETER ( ZERO = 0.0D+0, ONE = 1.0D+0 ) + PARAMETER ( ZERO = 0.0E+0, ONE = 1.0E+0 ) INTEGER FINAL_NRM_ERR_I, FINAL_CMP_ERR_I, BERR_I INTEGER RCOND_I, NRM_RCOND_I, NRM_ERR_I, CMP_RCOND_I INTEGER CMP_ERR_I, PIV_GROWTH_I |