From: Henning Thielemann Date: Tue, 6 Jun 2017 18:01:42 +0000 (+0200) Subject: xLASD8, parameter comment: WORK dimension without 'at least' X-Git-Tag: accepted/tizen/5.0/unified/20181102.024111~9^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0b792ac844fec340890dc9c5d9a35ff5558c3ec;p=platform%2Fupstream%2Flapack.git xLASD8, parameter comment: WORK dimension without 'at least' --- diff --git a/SRC/dlasd8.f b/SRC/dlasd8.f index 245e814..5aaab5a 100644 --- a/SRC/dlasd8.f +++ b/SRC/dlasd8.f @@ -133,7 +133,7 @@ *> *> \param[out] WORK *> \verbatim -*> WORK is DOUBLE PRECISION array, dimension at least 3 * K +*> WORK is DOUBLE PRECISION array, dimension (3*K) *> \endverbatim *> *> \param[out] INFO diff --git a/SRC/slasd8.f b/SRC/slasd8.f index 81a8625..578d569 100644 --- a/SRC/slasd8.f +++ b/SRC/slasd8.f @@ -133,7 +133,7 @@ *> *> \param[out] WORK *> \verbatim -*> WORK is REAL array, dimension at least 3 * K +*> WORK is REAL array, dimension (3*K) *> \endverbatim *> *> \param[out] INFO