From 9043ea2a84ad2476e0e6723e8cbaa797f3bbd283 Mon Sep 17 00:00:00 2001 From: Tim Leslie Date: Wed, 14 Oct 2020 21:02:40 +1100 Subject: [PATCH] Mark xrotg() parameters as [in,out] --- BLAS/SRC/crotg.f | 2 +- BLAS/SRC/drotg.f | 4 ++-- BLAS/SRC/srotg.f | 4 ++-- BLAS/SRC/zrotg.f | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BLAS/SRC/crotg.f b/BLAS/SRC/crotg.f index 6d06a5bcdf..751a60c8a6 100644 --- a/BLAS/SRC/crotg.f +++ b/BLAS/SRC/crotg.f @@ -27,7 +27,7 @@ * Arguments: * ========== * -*> \param[in] CA +*> \param[in,out] CA *> \verbatim *> CA is COMPLEX *> \endverbatim diff --git a/BLAS/SRC/drotg.f b/BLAS/SRC/drotg.f index c030d3c644..64a08e44dc 100644 --- a/BLAS/SRC/drotg.f +++ b/BLAS/SRC/drotg.f @@ -26,12 +26,12 @@ * Arguments: * ========== * -*> \param[in] DA +*> \param[in,out] DA *> \verbatim *> DA is DOUBLE PRECISION *> \endverbatim *> -*> \param[in] DB +*> \param[in,out] DB *> \verbatim *> DB is DOUBLE PRECISION *> \endverbatim diff --git a/BLAS/SRC/srotg.f b/BLAS/SRC/srotg.f index 1e2dba2226..8322caa38f 100644 --- a/BLAS/SRC/srotg.f +++ b/BLAS/SRC/srotg.f @@ -26,12 +26,12 @@ * Arguments: * ========== * -*> \param[in] SA +*> \param[in,out] SA *> \verbatim *> SA is REAL *> \endverbatim *> -*> \param[in] SB +*> \param[in,out] SB *> \verbatim *> SB is REAL *> \endverbatim diff --git a/BLAS/SRC/zrotg.f b/BLAS/SRC/zrotg.f index 581117d871..6399daf202 100644 --- a/BLAS/SRC/zrotg.f +++ b/BLAS/SRC/zrotg.f @@ -27,7 +27,7 @@ * Arguments: * ========== * -*> \param[in] CA +*> \param[in,out] CA *> \verbatim *> CA is COMPLEX*16 *> \endverbatim