Skip to content

Commit e0b792a

Browse files
committed
xLASD8, parameter comment: WORK dimension without 'at least'
1 parent d059be4 commit e0b792a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SRC/dlasd8.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
*>
134134
*> \param[out] WORK
135135
*> \verbatim
136-
*> WORK is DOUBLE PRECISION array, dimension at least 3 * K
136+
*> WORK is DOUBLE PRECISION array, dimension (3*K)
137137
*> \endverbatim
138138
*>
139139
*> \param[out] INFO

SRC/slasd8.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
*>
134134
*> \param[out] WORK
135135
*> \verbatim
136-
*> WORK is REAL array, dimension at least 3 * K
136+
*> WORK is REAL array, dimension (3*K)
137137
*> \endverbatim
138138
*>
139139
*> \param[out] INFO

0 commit comments

Comments
 (0)