From: wolf Date: Fri, 16 Jul 1999 11:07:19 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4e1f1f998df07314806f1e0e9e7f30c50a760ab;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@1582 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/convergence_table.h b/deal.II/base/include/base/convergence_table.h index ccee72dcc6..a70781325e 100644 --- a/deal.II/base/include/base/convergence_table.h +++ b/deal.II/base/include/base/convergence_table.h @@ -30,13 +30,13 @@ * * There are two possibilities of how to evaluate the convergence rates of multiple * columns in the same #RateMode#. - * \begin{enumeration} + * \begin{enumerate} * \item call #evaluate_convergence_rates(data_column_key, ...)# for all wanted columns * \item call #omit_column_from_convergence_rate_evaluation(data_column_key)# for all * NOT wanted columns and then * #evaluate_all_convergence_rates(...)# to evaluate the convergence rates of all columns * that are not signed to be omitted. - * \end{enumeration} + * \end{enumerate} * * * @author Ralf Hartmann, 1999