Problem reported by zhaowei@sccas.cn on Jan 9th 2014
authorjulie <julielangou@users.noreply.github.com>
Thu, 9 Jan 2014 20:34:39 +0000 (20:34 +0000)
committerjulie <julielangou@users.noreply.github.com>
Thu, 9 Jan 2014 20:34:39 +0000 (20:34 +0000)
Corrected comments to list Z as input/output

> Email
i just found a mistake in the comments of 'dlasq3.c' while reading the code:

/*  Z      (input) DOUBLE PRECISION array, dimension ( 4*N ) */
/*         Z holds the qd array. */

but Z can be changed in that subroutine...i just think '(output)' should be added to avoid misleading user...

SRC/dlasq3.f
SRC/slasq3.f

index d49d1c59398a71f8beccf9932434fe2e477a8527..412c8ca87ea0afa9c733c90d1bb234ba120305b7 100644 (file)
@@ -58,7 +58,7 @@
 *>         Last index.
 *> \endverbatim
 *>
-*> \param[in] Z
+*> \param[in,out] Z
 *> \verbatim
 *>          Z is DOUBLE PRECISION array, dimension ( 4*N )
 *>         Z holds the qd array.
index 64badbb1371804ebc897fae50600d1a4f74d6392..c7e7fdcdc738bb1a3f41861fb3fb9e0b71c79996 100644 (file)
@@ -58,7 +58,7 @@
 *>         Last index.
 *> \endverbatim
 *>
-*> \param[in] Z
+*> \param[in,out] Z
 *> \verbatim
 *>          Z is REAL array, dimension ( 4*N )
 *>         Z holds the qd array.