summaryrefslogtreecommitdiff
path: root/SRC/chbtrd.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/chbtrd.f')
-rw-r--r--SRC/chbtrd.f3
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/chbtrd.f b/SRC/chbtrd.f
index fe68cef6..1e2ec2d8 100644
--- a/SRC/chbtrd.f
+++ b/SRC/chbtrd.f
@@ -114,8 +114,7 @@
*> Q is COMPLEX array, dimension (LDQ,N)
*> On entry, if VECT = 'U', then Q must contain an N-by-N
*> matrix X; if VECT = 'N' or 'V', then Q need not be set.
-*> \endverbatim
-*> \verbatim
+*>
*> On exit:
*> if VECT = 'V', Q contains the N-by-N unitary matrix Q;
*> if VECT = 'U', Q contains the product X*Q;