diff options
author | julie <julielangou@users.noreply.github.com> | 2010-02-17 17:33:47 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2010-02-17 17:33:47 +0000 |
commit | 324a6e61a4a73491023f857ec38c6f36e579cbb7 (patch) | |
tree | 699d3a42b025699394f1512c4f1a34bca2ed63ea /SRC/slarrc.f | |
parent | dfd81e08bc963adf30439b7ec9564a5cdf3a05e1 (diff) | |
download | lapack-324a6e61a4a73491023f857ec38c6f36e579cbb7.tar.gz lapack-324a6e61a4a73491023f857ec38c6f36e579cbb7.tar.bz2 lapack-324a6e61a4a73491023f857ec38c6f36e579cbb7.zip |
Some minor comments modifications
Diffstat (limited to 'SRC/slarrc.f')
-rw-r--r-- | SRC/slarrc.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/slarrc.f b/SRC/slarrc.f index 0b7569d1..d244d1cd 100644 --- a/SRC/slarrc.f +++ b/SRC/slarrc.f @@ -44,7 +44,7 @@ * JOBT = 'T': The N-1 offdiagonal elements of the matrix T. * JOBT = 'L': The N-1 offdiagonal elements of the matrix L. * -* PIVMIN (input) DOUBLE PRECISION +* PIVMIN (input) REAL * The minimum pivot in the Sturm sequence for T. * * EIGCNT (output) INTEGER |