aboutsummaryrefslogtreecommitdiff
path: root/SRC/sla_lin_berr.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/sla_lin_berr.f')
-rw-r--r--SRC/sla_lin_berr.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/sla_lin_berr.f b/SRC/sla_lin_berr.f
index b6ff175f..04280d38 100644
--- a/SRC/sla_lin_berr.f
+++ b/SRC/sla_lin_berr.f
@@ -77,13 +77,13 @@
*> The denominator in the relative backward error formula above, i.e.,
*> the matrix abs(op(A_s))*abs(Y) + abs(B_s). The matrices A, Y, and B
*> are from iterative refinement (see sla_gerfsx_extended.f).
+*> \endverbatim
*>
*> \param[out] BERR
*> \verbatim
*> BERR is REAL array, dimension (NRHS)
*> The componentwise relative backward error from the formula above.
*> \endverbatim
-*> \endverbatim
*>
*
* Authors