Typos in comments in /SRC/cbbcsd.f (github issue #49)
authorElena Ivanova <elena.x.ivanova@oracle.com>
Wed, 14 Sep 2016 06:42:18 +0000 (08:42 +0200)
committerJulien Langou <julien.langou@ucdenver.edu>
Wed, 14 Sep 2016 06:42:18 +0000 (08:42 +0200)
See: https://github.com/Reference-LAPACK/lapack/issues/49

SRC/cbbcsd.f
SRC/zbbcsd.f

index 0e0d89e..35f5b0e 100644 (file)
 *>
 *> \param[out] RWORK
 *> \verbatim
-*>          RWORK is REAL array, dimension (MAX(1,LWORK))
-*>          On exit, if INFO = 0, WORK(1) returns the optimal LWORK.
+*>          RWORK is REAL array, dimension (MAX(1,LRWORK))
+*>          On exit, if INFO = 0, RWORK(1) returns the optimal LRWORK.
 *> \endverbatim
 *>
 *> \param[in] LRWORK
index 0288b13..0c03b9b 100644 (file)
 *>
 *> \param[out] RWORK
 *> \verbatim
-*>          RWORK is DOUBLE PRECISION array, dimension (MAX(1,LWORK))
-*>          On exit, if INFO = 0, WORK(1) returns the optimal LWORK.
+*>          RWORK is DOUBLE PRECISION array, dimension (MAX(1,LRWORK))
+*>          On exit, if INFO = 0, RWORK(1) returns the optimal LRWORK.
 *> \endverbatim
 *>
 *> \param[in] LRWORK