Skip to content

Commit

Permalink
Fix type precision in dorbdb6 and zunbdb6
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacobse committed Aug 9, 2022
1 parent 984dcc0 commit c528714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SRC/dorbdb6.f
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ SUBROUTINE DORBDB6( M1, M2, N, X1, INCX1, X2, INCX2, Q1, LDQ1, Q2,
* ..
* .. Local Scalars ..
INTEGER I, IX
REAL EPS, NORM, NORM_NEW, SCL, SSQ
DOUBLE PRECISION EPS, NORM, NORM_NEW, SCL, SSQ
* ..
* .. External Functions ..
DOUBLE PRECISION DLAMCH
Expand Down
2 changes: 1 addition & 1 deletion SRC/zunbdb6.f
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ SUBROUTINE ZUNBDB6( M1, M2, N, X1, INCX1, X2, INCX2, Q1, LDQ1, Q2,
DOUBLE PRECISION EPS, NORM, NORM_NEW, SCL, SSQ
* ..
* .. External Functions ..
REAL DLAMCH
DOUBLE PRECISION DLAMCH
* ..
* .. External Subroutines ..
EXTERNAL ZGEMV, ZLASSQ, XERBLA
Expand Down

0 comments on commit c528714

Please sign in to comment.