ZGEBAL: add types in parameter comments of ILO and IHI
authorHenning Thielemann <git@henning-thielemann.de>
Sat, 3 Jun 2017 15:56:04 +0000 (17:56 +0200)
committerHenning Thielemann <git@henning-thielemann.de>
Sat, 3 Jun 2017 15:56:04 +0000 (17:56 +0200)
SRC/zgebal.f

index 601d543..94b8aad 100644 (file)
 *>
 *> \param[out] ILO
 *> \verbatim
+*>          ILO is INTEGER
 *> \endverbatim
 *>
 *> \param[out] IHI
 *> \verbatim
+*>          IHI is INTEGER
 *>          ILO and IHI are set to INTEGER such that on exit
 *>          A(i,j) = 0 if i > j and j = 1,...,ILO-1 or I = IHI+1,...,N.
 *>          If JOB = 'N' or 'S', ILO = 1 and IHI = N.