From: Wolfgang Bangerth Date: Fri, 16 Jul 1999 11:12:20 +0000 (+0000) Subject: More doc update. X-Git-Tag: v8.0.0~21746 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea1acd0fd557e128ba9ef3aab9a1a00be3c8eac4;p=dealii.git More doc update. git-svn-id: https://svn.dealii.org/trunk@1583 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 a70781325e..be95de5658 100644 --- a/deal.II/base/include/base/convergence_table.h +++ b/deal.II/base/include/base/convergence_table.h @@ -59,7 +59,7 @@ class ConvergenceTable: public TableHandler * the reduction rate with the assumption * row-1: h, row: h/2. Hence the order * is evaluated by - * $\log(value(row-1)/value(row))/\log 2$. + * $log(value(row-1)/value(row))/log 2$. * * Rate in relation to a reference column: *