summaryrefslogtreecommitdiff
path: root/SRC/zgebal.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zgebal.f')
-rw-r--r--SRC/zgebal.f1
1 files changed, 1 insertions, 0 deletions
diff --git a/SRC/zgebal.f b/SRC/zgebal.f
index 137f228d..a3000f52 100644
--- a/SRC/zgebal.f
+++ b/SRC/zgebal.f
@@ -51,6 +51,7 @@
* The leading dimension of the array A. LDA >= max(1,N).
*
* ILO (output) INTEGER
+*
* IHI (output) INTEGER
* ILO and IHI are set to integers such that on exit
* A(i,j) = 0 if i > j and j = 1,...,ILO-1 or I = IHI+1,...,N.