aboutsummaryrefslogtreecommitdiff
path: root/SRC/dgebal.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-09-30 18:34:50 +0000
committerjulie <julielangou@users.noreply.github.com>2011-09-30 18:34:50 +0000
commit13acf3d65eb8df4cb8df221509bf0178396dcff1 (patch)
treee3adc3e2fab395b82d4e1bc5111ad5a74afe4be3 /SRC/dgebal.f
parentd3718a28ef2fad11da862ba0782d39ce506d249f (diff)
Comments fix to be able to generate the new layout and the corresponding Doxygen documentation
Diffstat (limited to 'SRC/dgebal.f')
-rw-r--r--SRC/dgebal.f1
1 files changed, 1 insertions, 0 deletions
diff --git a/SRC/dgebal.f b/SRC/dgebal.f
index e40c4453..0cbe0999 100644
--- a/SRC/dgebal.f
+++ b/SRC/dgebal.f
@@ -50,6 +50,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.