diff options
-rw-r--r-- | BLAS/SRC/drotmg.f | 2 | ||||
-rw-r--r-- | BLAS/SRC/srotmg.f | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/BLAS/SRC/drotmg.f b/BLAS/SRC/drotmg.f index 570525b3..4510fa78 100644 --- a/BLAS/SRC/drotmg.f +++ b/BLAS/SRC/drotmg.f @@ -65,7 +65,7 @@ *> DY1 is DOUBLE PRECISION *> \endverbatim *> -*> \param[in,out] DPARAM +*> \param[out] DPARAM *> \verbatim *> DPARAM is DOUBLE PRECISION array, dimension (5) *> DPARAM(1)=DFLAG diff --git a/BLAS/SRC/srotmg.f b/BLAS/SRC/srotmg.f index b942e028..f167241b 100644 --- a/BLAS/SRC/srotmg.f +++ b/BLAS/SRC/srotmg.f @@ -65,7 +65,7 @@ *> SY1 is REAL *> \endverbatim *> -*> \param[in,out] SPARAM +*> \param[out] SPARAM *> \verbatim *> SPARAM is REAL array, dimension (5) *> SPARAM(1)=SFLAG |