aboutsummaryrefslogtreecommitdiff
path: root/SRC/dstegr.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-11-01 22:02:31 +0000
committerjulie <julielangou@users.noreply.github.com>2011-11-01 22:02:31 +0000
commitd5c30c90bdecf38da1064e2ed52583634573e741 (patch)
tree480fc5ff31ee14b83116b6428aad79ea6e89362d /SRC/dstegr.f
parent04670a68760fa27333f8bcef8172f71adc6880ef (diff)
Never say never...
Diffstat (limited to 'SRC/dstegr.f')
-rw-r--r--SRC/dstegr.f6
1 files changed, 2 insertions, 4 deletions
diff --git a/SRC/dstegr.f b/SRC/dstegr.f
index 1d1d1b72..e5f58353 100644
--- a/SRC/dstegr.f
+++ b/SRC/dstegr.f
@@ -111,8 +111,7 @@
*> \param[in] VU
*> \verbatim
*> VU is DOUBLE PRECISION
-*> \endverbatim
-*> \verbatim
+*>
*> If RANGE='V', the lower and upper bounds of the interval to
*> be searched for eigenvalues. VL < VU.
*> Not referenced if RANGE = 'A' or 'I'.
@@ -126,8 +125,7 @@
*> \param[in] IU
*> \verbatim
*> IU is INTEGER
-*> \endverbatim
-*> \verbatim
+*>
*> If RANGE='I', the indices (in ascending order) of the
*> smallest and largest eigenvalues to be returned.
*> 1 <= IL <= IU <= N, if N > 0.