summaryrefslogtreecommitdiff
path: root/TESTING/LIN/cdrvpo.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/cdrvpo.f')
-rw-r--r--TESTING/LIN/cdrvpo.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/TESTING/LIN/cdrvpo.f b/TESTING/LIN/cdrvpo.f
index 877d0be4..960a623b 100644
--- a/TESTING/LIN/cdrvpo.f
+++ b/TESTING/LIN/cdrvpo.f
@@ -5,8 +5,8 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE CDRVPO( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX,
* A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK,
@@ -25,18 +25,17 @@
* $ BSAV( * ), WORK( * ), X( * ), XACT( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
*>
-*> CDRVPO tests the driver routines CPOSV and -SVX.
+*> \verbatim
*>
-*>\endverbatim
+*> CDRVPO tests the driver routines CPOSV and -SVX.
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] DOTYPE
*> \verbatim
@@ -142,10 +141,9 @@
*> NOUT is INTEGER
*> The unit number for output.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley