DLASD0; IWORK, WORK: copy dimension specification from SLASD0
authorHenning Thielemann <git@henning-thielemann.de>
Sat, 3 Jun 2017 15:53:39 +0000 (17:53 +0200)
committerHenning Thielemann <git@henning-thielemann.de>
Sat, 3 Jun 2017 15:53:39 +0000 (17:53 +0200)
SRC/dlasd0.f

index ca0b3b9..832481a 100644 (file)
 *>
 *> \param[out] IWORK
 *> \verbatim
-*>          IWORK is INTEGER work array.
-*>         Dimension must be at least (8 * N)
+*>          IWORK is INTEGER array, dimension (8*N)
 *> \endverbatim
 *>
 *> \param[out] WORK
 *> \verbatim
-*>          WORK is DOUBLE PRECISION work array.
-*>         Dimension must be at least (3 * M**2 + 2 * M)
+*>          WORK is DOUBLE PRECISION array, dimension (3*M**2+2*M)
 *> \endverbatim
 *>
 *> \param[out] INFO