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/slarrb.f | |
parent | dfd81e08bc963adf30439b7ec9564a5cdf3a05e1 (diff) | |
download | lapack-324a6e61a4a73491023f857ec38c6f36e579cbb7.tar.gz lapack-324a6e61a4a73491023f857ec38c6f36e579cbb7.tar.bz2 lapack-324a6e61a4a73491023f857ec38c6f36e579cbb7.zip |
Some minor comments modifications
Diffstat (limited to 'SRC/slarrb.f')
-rw-r--r-- | SRC/slarrb.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/slarrb.f b/SRC/slarrb.f index 3a4c1d10..3207a3e1 100644 --- a/SRC/slarrb.f +++ b/SRC/slarrb.f @@ -83,10 +83,10 @@ * IWORK (workspace) INTEGER array, dimension (2*N) * Workspace. * -* PIVMIN (input) DOUBLE PRECISION +* PIVMIN (input) REAL * The minimum pivot in the Sturm sequence. * -* SPDIAM (input) DOUBLE PRECISION +* SPDIAM (input) REAL * The spectral diameter of the matrix. * * TWIST (input) INTEGER |