Skip to content

Commit ce99777

Browse files
committed
DLASD0; IWORK, WORK: copy dimension specification from SLASD0
1 parent 402d685 commit ce99777

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

SRC/dlasd0.f

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,12 @@
112112
*>
113113
*> \param[out] IWORK
114114
*> \verbatim
115-
*> IWORK is INTEGER work array.
116-
*> Dimension must be at least (8 * N)
115+
*> IWORK is INTEGER array, dimension (8*N)
117116
*> \endverbatim
118117
*>
119118
*> \param[out] WORK
120119
*> \verbatim
121-
*> WORK is DOUBLE PRECISION work array.
122-
*> Dimension must be at least (3 * M**2 + 2 * M)
120+
*> WORK is DOUBLE PRECISION array, dimension (3*M**2+2*M)
123121
*> \endverbatim
124122
*>
125123
*> \param[out] INFO

0 commit comments

Comments
 (0)