Skip to content

Commit 3993783

Browse files
committed
ZGEBAL: add types in parameter comments of ILO and IHI
1 parent 55e4514 commit 3993783

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SRC/zgebal.f

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@
8383
*>
8484
*> \param[out] ILO
8585
*> \verbatim
86+
*> ILO is INTEGER
8687
*> \endverbatim
8788
*>
8889
*> \param[out] IHI
8990
*> \verbatim
91+
*> IHI is INTEGER
9092
*> ILO and IHI are set to INTEGER such that on exit
9193
*> A(i,j) = 0 if i > j and j = 1,...,ILO-1 or I = IHI+1,...,N.
9294
*> If JOB = 'N' or 'S', ILO = 1 and IHI = N.

0 commit comments

Comments
 (0)