summaryrefslogtreecommitdiff
path: root/SRC/sgsvj0.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-05-14 18:34:22 +0000
committerjulie <julielangou@users.noreply.github.com>2012-05-14 18:34:22 +0000
commit21c706a281aa9db7b18e5f1470b7b50c2cdbb4bf (patch)
tree7d7ec58ea50375d51ac36ef6ee4d6d7d9af84c54 /SRC/sgsvj0.f
parent0d773316a0b6d729849eb8b91085a2b7d44237c6 (diff)
downloadlapack-21c706a281aa9db7b18e5f1470b7b50c2cdbb4bf.tar.gz
lapack-21c706a281aa9db7b18e5f1470b7b50c2cdbb4bf.tar.bz2
lapack-21c706a281aa9db7b18e5f1470b7b50c2cdbb4bf.zip
Correct a minor problem in comments sent by Alexander Kobotov
One more minor notice: - In sgsvj0.f and sgsvk1.f: EPS and SFMIN become INTEGER in description whereas these are actually REAL.
Diffstat (limited to 'SRC/sgsvj0.f')
-rw-r--r--SRC/sgsvj0.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/sgsvj0.f b/SRC/sgsvj0.f
index c2098f55..087bc7fe 100644
--- a/SRC/sgsvj0.f
+++ b/SRC/sgsvj0.f
@@ -142,13 +142,13 @@
*>
*> \param[in] EPS
*> \verbatim
-*> EPS is INTEGER
+*> EPS is REAL
*> EPS = SLAMCH('Epsilon')
*> \endverbatim
*>
*> \param[in] SFMIN
*> \verbatim
-*> SFMIN is INTEGER
+*> SFMIN is REAL
*> SFMIN = SLAMCH('Safe Minimum')
*> \endverbatim
*>