diff options
author | julie <julielangou@users.noreply.github.com> | 2011-09-30 18:34:50 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-09-30 18:34:50 +0000 |
commit | 13acf3d65eb8df4cb8df221509bf0178396dcff1 (patch) | |
tree | e3adc3e2fab395b82d4e1bc5111ad5a74afe4be3 /SRC/iparmq.f | |
parent | d3718a28ef2fad11da862ba0782d39ce506d249f (diff) | |
download | lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.tar.gz lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.tar.bz2 lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.zip |
Comments fix to be able to generate the new layout and the corresponding Doxygen documentation
Diffstat (limited to 'SRC/iparmq.f')
-rw-r--r-- | SRC/iparmq.f | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SRC/iparmq.f b/SRC/iparmq.f index 9a76099b..9ecca5d1 100644 --- a/SRC/iparmq.f +++ b/SRC/iparmq.f @@ -83,6 +83,7 @@ * N is the order of the Hessenberg matrix H. * * ILO (input) INTEGER +* * IHI (input) INTEGER * It is assumed that H is already upper triangular * in rows and columns 1:ILO-1 and IHI+1:N. @@ -155,7 +156,7 @@ * (See ISPEC=16 above for details.) * Default: 3. * -* ================================================================ +* ================================================================ * .. Parameters .. INTEGER INMIN, INWIN, INIBL, ISHFTS, IACC22 PARAMETER ( INMIN = 12, INWIN = 13, INIBL = 14, |