From c85423d2c06a725a0d8d312c4e69f17977c637b2 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 16 Jul 1999 11:14:13 +0000 Subject: [PATCH] More doc update. git-svn-id: https://svn.dealii.org/trunk@1584 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/convergence_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/include/base/convergence_table.h b/deal.II/base/include/base/convergence_table.h index be95de5658..3186286938 100644 --- a/deal.II/base/include/base/convergence_table.h +++ b/deal.II/base/include/base/convergence_table.h @@ -55,7 +55,7 @@ class ConvergenceTable: public TableHandler * * #reduction_rate#: $value(row-1)/value(row)$. * - * #reduction_rate_log2#: the order $O(h^r) of + * #reduction_rate_log2#: the order $O(h^r)$ of * the reduction rate with the assumption * row-1: h, row: h/2. Hence the order * is evaluated by -- 2.39.5