diff options
author | Henning Thielemann <git@henning-thielemann.de> | 2017-06-12 11:50:21 +0200 |
---|---|---|
committer | Henning Thielemann <git@henning-thielemann.de> | 2017-06-12 11:50:21 +0200 |
commit | 8f7528fbac5cc76bb45c07305c5308ccdb55e3c1 (patch) | |
tree | 11d8fcb46e8def52bbdc0f5f9bc00c91afbb8c3f | |
parent | 2eab06a6d81a591909b5cd4e5859deb85a512e09 (diff) | |
download | lapack-8f7528fbac5cc76bb45c07305c5308ccdb55e3c1.tar.gz lapack-8f7528fbac5cc76bb45c07305c5308ccdb55e3c1.tar.bz2 lapack-8f7528fbac5cc76bb45c07305c5308ccdb55e3c1.zip |
BLAS/xROTM; comment on xPARAM: turn to input direction
-rw-r--r-- | BLAS/SRC/drotm.f | 2 | ||||
-rw-r--r-- | BLAS/SRC/srotm.f | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/BLAS/SRC/drotm.f b/BLAS/SRC/drotm.f index a3ce1667..b1190f5c 100644 --- a/BLAS/SRC/drotm.f +++ b/BLAS/SRC/drotm.f @@ -71,7 +71,7 @@ *> storage spacing between elements of DY *> \endverbatim *> -*> \param[in,out] DPARAM +*> \param[in] DPARAM *> \verbatim *> DPARAM is DOUBLE PRECISION array, dimension (5) *> DPARAM(1)=DFLAG diff --git a/BLAS/SRC/srotm.f b/BLAS/SRC/srotm.f index eed32736..6074ec6f 100644 --- a/BLAS/SRC/srotm.f +++ b/BLAS/SRC/srotm.f @@ -72,7 +72,7 @@ *> storage spacing between elements of SY *> \endverbatim *> -*> \param[in,out] SPARAM +*> \param[in] SPARAM *> \verbatim *> SPARAM is REAL array, dimension (5) *> SPARAM(1)=SFLAG |