summaryrefslogtreecommitdiff
path: root/SRC/zggsvp.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zggsvp.f')
-rw-r--r--SRC/zggsvp.f6
1 files changed, 2 insertions, 4 deletions
diff --git a/SRC/zggsvp.f b/SRC/zggsvp.f
index 137ca5ed..005f361a 100644
--- a/SRC/zggsvp.f
+++ b/SRC/zggsvp.f
@@ -144,8 +144,7 @@
*> \param[in] TOLB
*> \verbatim
*> TOLB is DOUBLE PRECISION
-*> \endverbatim
-*> \verbatim
+*>
*> TOLA and TOLB are the thresholds to determine the effective
*> numerical rank of matrix B and a subblock of A. Generally,
*> they are set to
@@ -163,8 +162,7 @@
*> \param[out] L
*> \verbatim
*> L is INTEGER
-*> \endverbatim
-*> \verbatim
+*>
*> On exit, K and L specify the dimension of the subblocks
*> described in Purpose section.
*> K + L = effective numerical rank of (A**H,B**H)**H.