summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SRC/zgebal.f2
1 files changed, 2 insertions, 0 deletions
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.