Skip to content

Commit c4ef454

Browse files
committed
BLAS/xROTMG; comment on xPARAM: turn to output direction
1 parent 8f7528f commit c4ef454

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BLAS/SRC/drotmg.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*> DY1 is DOUBLE PRECISION
6666
*> \endverbatim
6767
*>
68-
*> \param[in,out] DPARAM
68+
*> \param[out] DPARAM
6969
*> \verbatim
7070
*> DPARAM is DOUBLE PRECISION array, dimension (5)
7171
*> DPARAM(1)=DFLAG

BLAS/SRC/srotmg.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*> SY1 is REAL
6666
*> \endverbatim
6767
*>
68-
*> \param[in,out] SPARAM
68+
*> \param[out] SPARAM
6969
*> \verbatim
7070
*> SPARAM is REAL array, dimension (5)
7171
*> SPARAM(1)=SFLAG

0 commit comments

Comments
 (0)