summaryrefslogtreecommitdiff
path: root/SRC/zgeqp3.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zgeqp3.f')
-rw-r--r--SRC/zgeqp3.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/zgeqp3.f b/SRC/zgeqp3.f
index b4b6e4b6..3ae73f9f 100644
--- a/SRC/zgeqp3.f
+++ b/SRC/zgeqp3.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
*