summaryrefslogtreecommitdiff
path: root/SRC/sgelsd.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/sgelsd.f')
-rw-r--r--SRC/sgelsd.f3
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/sgelsd.f b/SRC/sgelsd.f
index 52f6b730..8e7f5eab 100644
--- a/SRC/sgelsd.f
+++ b/SRC/sgelsd.f
@@ -162,8 +162,7 @@
*> tree (usually about 25), and
*> NLVL = MAX( 0, INT( LOG_2( MIN( M,N )/(SMLSIZ+1) ) ) + 1 )
*> For good performance, LWORK should generally be larger.
-*> \endverbatim
-*> \verbatim
+*>
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the array WORK and the
*> minimum size of the array IWORK, and returns these values as