We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eab06a commit 8f7528fCopy full SHA for 8f7528f
BLAS/SRC/drotm.f
@@ -71,7 +71,7 @@
71
*> storage spacing between elements of DY
72
*> \endverbatim
73
*>
74
-*> \param[in,out] DPARAM
+*> \param[in] DPARAM
75
*> \verbatim
76
*> DPARAM is DOUBLE PRECISION array, dimension (5)
77
*> DPARAM(1)=DFLAG
BLAS/SRC/srotm.f
@@ -72,7 +72,7 @@
*> storage spacing between elements of SY
-*> \param[in,out] SPARAM
+*> \param[in] SPARAM
*> SPARAM is REAL array, dimension (5)
78
*> SPARAM(1)=SFLAG
0 commit comments