correction of previous commit: WORK needs actuallt to be of size at least 12
authorJulien Langou <julien.langou@ucdenver.edu>
Sun, 4 Dec 2016 10:15:42 +0000 (11:15 +0100)
committerJulien Langou <julien.langou@ucdenver.edu>
Sun, 4 Dec 2016 10:15:42 +0000 (11:15 +0100)
SRC/dgetsls.f

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