Lapack bug118: replaced clanhf.f and zlanhf.f

This commit is contained in:
wernsaar 2014-07-08 09:57:40 +02:00
parent 94d3cfaa10
commit 0f08684649
2 changed files with 2 additions and 2 deletions

View File

@ -286,7 +286,7 @@
CLANHF = ZERO
RETURN
ELSE IF( N.EQ.1 ) THEN
CLANHF = ABS( A(0) )
CLANHF = ABS(REAL(A(0)))
RETURN
END IF
*

View File

@ -286,7 +286,7 @@
ZLANHF = ZERO
RETURN
ELSE IF( N.EQ.1 ) THEN
ZLANHF = ABS( A(0) )
ZLANHF = ABS(DBLE(A(0)))
RETURN
END IF
*