summaryrefslogtreecommitdiff
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
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.
-rw-r--r--SRC/sgsvj0.f4
-rw-r--r--SRC/sgsvj1.f4
2 files changed, 4 insertions, 4 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
*>
diff --git a/SRC/sgsvj1.f b/SRC/sgsvj1.f
index 3354690b..1fca6ff7 100644
--- a/SRC/sgsvj1.f
+++ b/SRC/sgsvj1.f
@@ -172,13 +172,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
*>