From 13acf3d65eb8df4cb8df221509bf0178396dcff1 Mon Sep 17 00:00:00 2001 From: julie Date: Fri, 30 Sep 2011 18:34:50 +0000 Subject: Comments fix to be able to generate the new layout and the corresponding Doxygen documentation --- SRC/zgeqrt.f | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SRC/zgeqrt.f') diff --git a/SRC/zgeqrt.f b/SRC/zgeqrt.f index 67904349..666cc887 100644 --- a/SRC/zgeqrt.f +++ b/SRC/zgeqrt.f @@ -36,7 +36,7 @@ * On exit, the elements on and above the diagonal of the array * contain the min(M,N)-by-N upper trapezoidal matrix R (R is * upper triangular if M >= N); the elements below the diagonal -* are the columns of V. See below for further details. +* are the columns of V. * * LDA (input) INTEGER * The leading dimension of the array A. LDA >= max(1,M). @@ -45,7 +45,7 @@ * The upper triangular block reflectors stored in compact form * as a sequence of upper triangular blocks. See below * for further details. -* +* * LDT (input) INTEGER * The leading dimension of the array T. LDT >= NB. * -- cgit v1.2.3