From 491fcee0303e374ba6df7b44247747624b956131 Mon Sep 17 00:00:00 2001 From: julie Date: Sun, 8 Jan 2012 05:27:18 +0000 Subject: Fix minor problem in some comments... --- SRC/cgtsvx.f | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'SRC/cgtsvx.f') diff --git a/SRC/cgtsvx.f b/SRC/cgtsvx.f index e16bc2b9..a839381b 100644 --- a/SRC/cgtsvx.f +++ b/SRC/cgtsvx.f @@ -134,7 +134,7 @@ *> *> \param[in,out] DLF *> \verbatim -*> DLF is or output) COMPLEX array, dimension (N-1) +*> DLF is COMPLEX array, dimension (N-1) *> If FACT = 'F', then DLF is an input argument and on entry *> contains the (n-1) multipliers that define the matrix L from *> the LU factorization of A as computed by CGTTRF. @@ -146,7 +146,7 @@ *> *> \param[in,out] DF *> \verbatim -*> DF is or output) COMPLEX array, dimension (N) +*> DF is COMPLEX array, dimension (N) *> If FACT = 'F', then DF is an input argument and on entry *> contains the n diagonal elements of the upper triangular *> matrix U from the LU factorization of A. @@ -158,7 +158,7 @@ *> *> \param[in,out] DUF *> \verbatim -*> DUF is or output) COMPLEX array, dimension (N-1) +*> DUF is COMPLEX array, dimension (N-1) *> If FACT = 'F', then DUF is an input argument and on entry *> contains the (n-1) elements of the first superdiagonal of U. *> @@ -168,7 +168,7 @@ *> *> \param[in,out] DU2 *> \verbatim -*> DU2 is or output) COMPLEX array, dimension (N-2) +*> DU2 is COMPLEX array, dimension (N-2) *> If FACT = 'F', then DU2 is an input argument and on entry *> contains the (n-2) elements of the second superdiagonal of *> U. @@ -180,7 +180,7 @@ *> *> \param[in,out] IPIV *> \verbatim -*> IPIV is or output) INTEGER array, dimension (N) +*> IPIV is INTEGER array, dimension (N) *> If FACT = 'F', then IPIV is an input argument and on entry *> contains the pivot indices from the LU factorization of A as *> computed by CGTTRF. -- cgit v1.2.3