Skip to content

Commit 3d260ad

Browse files
Fixes the documentation of [cz]ROTG
1 parent 3b26987 commit 3d260ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BLAS/SRC/crotg.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
!>
5959
!> \param[out] S
6060
!> \verbatim
61-
!> S is REAL
61+
!> S is COMPLEX
6262
!> The scalar s.
6363
!> \endverbatim
6464
!

BLAS/SRC/zrotg.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
!>
5959
!> \param[out] S
6060
!> \verbatim
61-
!> S is DOUBLE PRECISION
61+
!> S is DOUBLE COMPLEX
6262
!> The scalar s.
6363
!> \endverbatim
6464
!

0 commit comments

Comments
 (0)