Skip to content

Commit 8f7528f

Browse files
committed
BLAS/xROTM; comment on xPARAM: turn to input direction
1 parent 2eab06a commit 8f7528f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BLAS/SRC/drotm.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
*> storage spacing between elements of DY
7272
*> \endverbatim
7373
*>
74-
*> \param[in,out] DPARAM
74+
*> \param[in] DPARAM
7575
*> \verbatim
7676
*> DPARAM is DOUBLE PRECISION array, dimension (5)
7777
*> DPARAM(1)=DFLAG

BLAS/SRC/srotm.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
*> storage spacing between elements of SY
7373
*> \endverbatim
7474
*>
75-
*> \param[in,out] SPARAM
75+
*> \param[in] SPARAM
7676
*> \verbatim
7777
*> SPARAM is REAL array, dimension (5)
7878
*> SPARAM(1)=SFLAG

0 commit comments

Comments
 (0)