summaryrefslogtreecommitdiff
path: root/SRC/sspgst.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/sspgst.f')
-rw-r--r--SRC/sspgst.f3
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/sspgst.f b/SRC/sspgst.f
index d0ff02e3..d011afc7 100644
--- a/SRC/sspgst.f
+++ b/SRC/sspgst.f
@@ -80,8 +80,7 @@
*> is stored in the array AP as follows:
*> if UPLO = 'U', AP(i + (j-1)*j/2) = A(i,j) for 1<=i<=j;
*> if UPLO = 'L', AP(i + (j-1)*(2n-j)/2) = A(i,j) for j<=i<=n.
-*> \endverbatim
-*> \verbatim
+*>
*> On exit, if INFO = 0, the transformed matrix, stored in the
*> same format as A.
*> \endverbatim