diff options
author | julie <julielangou@users.noreply.github.com> | 2012-01-08 05:27:18 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2012-01-08 05:27:18 +0000 |
commit | 491fcee0303e374ba6df7b44247747624b956131 (patch) | |
tree | d7fb66ee3ec8d632c00918f8fea282a587aef9a7 /SRC/dlatps.f | |
parent | a055c28aa29a338fef15d9d4550b03bcbbfda298 (diff) | |
download | lapack-491fcee0303e374ba6df7b44247747624b956131.tar.gz lapack-491fcee0303e374ba6df7b44247747624b956131.tar.bz2 lapack-491fcee0303e374ba6df7b44247747624b956131.zip |
Fix minor problem in some comments...
Diffstat (limited to 'SRC/dlatps.f')
-rw-r--r-- | SRC/dlatps.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dlatps.f b/SRC/dlatps.f index ef3df08e..d3c77d13 100644 --- a/SRC/dlatps.f +++ b/SRC/dlatps.f @@ -121,7 +121,7 @@ *> *> \param[in,out] CNORM *> \verbatim -*> CNORM is or output) DOUBLE PRECISION array, dimension (N) +*> CNORM is DOUBLE PRECISION array, dimension (N) *> *> If NORMIN = 'Y', CNORM is an input argument and CNORM(j) *> contains the norm of the off-diagonal part of the j-th column |