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/cgeqp3.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/cgeqp3.f')
-rw-r--r-- | SRC/cgeqp3.f | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/cgeqp3.f b/SRC/cgeqp3.f index bab52eeb..5ffec77f 100644 --- a/SRC/cgeqp3.f +++ b/SRC/cgeqp3.f @@ -114,7 +114,7 @@ * .. Executable Statements .. * * Test input arguments -* ==================== +* ==================== * INFO = 0 LQUERY = ( LWORK.EQ.-1 ) @@ -176,7 +176,7 @@ NFXD = NFXD - 1 * * Factorize fixed columns -* ======================= +* ======================= * * Compute the QR factorization of fixed columns and update * remaining columns. @@ -198,7 +198,7 @@ END IF * * Factorize free columns -* ====================== +* ====================== * IF( NFXD.LT.MINMN ) THEN * |