Correct a minor problem in comments sent by Alexander Kobotov
authorjulie <julielangou@users.noreply.github.com>
Mon, 14 May 2012 18:34:22 +0000 (18:34 +0000)
committerjulie <julielangou@users.noreply.github.com>
Mon, 14 May 2012 18:34:22 +0000 (18:34 +0000)
One more minor notice:
- In sgsvj0.f and sgsvk1.f: EPS and SFMIN become INTEGER in description whereas these are actually REAL.

SRC/sgsvj0.f
SRC/sgsvj1.f

index c2098f5..087bc7f 100644 (file)
 *>
 *> \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
 *>
index 3354690..1fca6ff 100644 (file)
 *>
 *> \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
 *>