From 39937832c0bd8a47f1b0adf580c4e55604da51b4 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 3 Jun 2017 17:56:04 +0200 Subject: ZGEBAL: add types in parameter comments of ILO and IHI --- SRC/zgebal.f | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SRC/zgebal.f') diff --git a/SRC/zgebal.f b/SRC/zgebal.f index 601d5431..94b8aadf 100644 --- a/SRC/zgebal.f +++ b/SRC/zgebal.f @@ -83,10 +83,12 @@ *> *> \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. -- cgit v1.2.3