Skip to content

Commit cb74a73

Browse files
committed
SSBGVX: add '*' for multiplication in array dimensions in parameter comments
1 parent 4e36e80 commit cb74a73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SRC/ssbgvx.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,12 @@
241241
*>
242242
*> \param[out] WORK
243243
*> \verbatim
244-
*> WORK is REAL array, dimension (7N)
244+
*> WORK is REAL array, dimension (7*N)
245245
*> \endverbatim
246246
*>
247247
*> \param[out] IWORK
248248
*> \verbatim
249-
*> IWORK is INTEGER array, dimension (5N)
249+
*> IWORK is INTEGER array, dimension (5*N)
250250
*> \endverbatim
251251
*>
252252
*> \param[out] IFAIL

0 commit comments

Comments
 (0)