diff options
author | Henning Thielemann <git@henning-thielemann.de> | 2017-06-12 11:51:05 +0200 |
---|---|---|
committer | Henning Thielemann <git@henning-thielemann.de> | 2017-06-12 11:51:05 +0200 |
commit | c4ef454bc2cd586727a3ce55c578ffe62bfd856d (patch) | |
tree | 67b34bfb303028fa839d6c741f276bfe25efffea | |
parent | 8f7528fbac5cc76bb45c07305c5308ccdb55e3c1 (diff) | |
download | lapack-c4ef454bc2cd586727a3ce55c578ffe62bfd856d.tar.gz lapack-c4ef454bc2cd586727a3ce55c578ffe62bfd856d.tar.bz2 lapack-c4ef454bc2cd586727a3ce55c578ffe62bfd856d.zip |
BLAS/xROTMG; comment on xPARAM: turn to output direction
-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 |