WORK needs to be at least of size 6
authorJulien Langou <julien.langou@ucdenver.edu>
Sun, 4 Dec 2016 10:07:50 +0000 (11:07 +0100)
committerJulien Langou <julien.langou@ucdenver.edu>
Sun, 4 Dec 2016 10:07:50 +0000 (11:07 +0100)
SRC/dgetsls.f

index eb7bc33..7564b4e 100644 (file)
 *>
 *> \param[out] WORK
 *> \verbatim
-*>          WORK is DOUBLE PRECISION array, dimension (MAX(1,LWORK))
+*>          WORK is DOUBLE PRECISION array, dimension (MAX(6,LWORK))
 *>          On exit, if INFO = 0, WORK(1) returns the optimal LWORK,
 *>          and WORK(2) returns the minimum LWORK.
 *> \endverbatim