Skip to content

Commit cdc8f33

Browse files
Fix documentation thanks to @vladimir-ch
1 parent 95b6e84 commit cdc8f33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SRC/dlartg.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
!> This version is discontinuous in R at F = 0 but it returns the same
3838
!> C and S as ZLARTG for complex inputs (F,0) and (G,0).
3939
!>
40-
!> This is a more accurate version of the BLAS1 routine SROTG,
40+
!> This is a more accurate version of the BLAS1 routine DROTG,
4141
!> with the following other differences:
4242
!> F and G are unchanged on return.
4343
!> If G=0, then C=1 and S=0.

SRC/zlartg.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
!> to avoid overflow or underflow in computing the square root of the
5151
!> sum of squares.
5252
!>
53-
!> This is the same routine CROTG fom BLAS1, except that
53+
!> This is the same routine ZROTG fom BLAS1, except that
5454
!> F and G are unchanged on return.
5555
!>
5656
!> Below, wp=>dp stands for double precision from LA_CONSTANTS module.

0 commit comments

Comments
 (0)