aboutsummaryrefslogtreecommitdiff
path: root/SRC/spotrf.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/spotrf.f')
-rw-r--r--SRC/spotrf.f3
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/spotrf.f b/SRC/spotrf.f
index c010bd76..865fcca0 100644
--- a/SRC/spotrf.f
+++ b/SRC/spotrf.f
@@ -72,8 +72,7 @@
*> leading N-by-N lower triangular part of A contains the lower
*> triangular part of the matrix A, and the strictly upper
*> triangular part of A is not referenced.
-*> \endverbatim
-*> \verbatim
+*>
*> On exit, if INFO = 0, the factor U or L from the Cholesky
*> factorization A = U**T*U or A = L*L**T.
*> \endverbatim