Comment fix from Jim: argument A in xsyconv.f should be in,out
authorjulie <julielangou@users.noreply.github.com>
Mon, 20 Oct 2014 16:23:51 +0000 (16:23 +0000)
committerjulie <julielangou@users.noreply.github.com>
Mon, 20 Oct 2014 16:23:51 +0000 (16:23 +0000)
SRC/csyconv.f
SRC/dsyconv.f
SRC/ssyconv.f
SRC/zsyconv.f

index 49ea553..22f172c 100644 (file)
@@ -65,7 +65,7 @@
 *>          The order of the matrix A.  N >= 0.
 *> \endverbatim
 *>
-*> \param[in] A
+*> \param[in,out] A
 *> \verbatim
 *>          A is COMPLEX array, dimension (LDA,N)
 *>          The block diagonal matrix D and the multipliers used to
index cc45a35..9df1ad3 100644 (file)
@@ -65,7 +65,7 @@
 *>          The order of the matrix A.  N >= 0.
 *> \endverbatim
 *>
-*> \param[in] A
+*> \param[in,out] A
 *> \verbatim
 *>          A is DOUBLE PRECISION array, dimension (LDA,N)
 *>          The block diagonal matrix D and the multipliers used to
index 84dd3a4..ecb2d66 100644 (file)
@@ -65,7 +65,7 @@
 *>          The order of the matrix A.  N >= 0.
 *> \endverbatim
 *>
-*> \param[in] A
+*> \param[in,out] A
 *> \verbatim
 *>          A is REAL array, dimension (LDA,N)
 *>          The block diagonal matrix D and the multipliers used to
index 710ec65..44ff53e 100644 (file)
@@ -65,7 +65,7 @@
 *>          The order of the matrix A.  N >= 0.
 *> \endverbatim
 *>
-*> \param[in] A
+*> \param[in,out] A
 *> \verbatim
 *>          A is COMPLEX*16 array, dimension (LDA,N)
 *>          The block diagonal matrix D and the multipliers used to