From 600f008ee8f1cd5b88358e0b4e796be08d80bd8d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 19 Apr 2008 04:06:40 +0000 Subject: [PATCH] Fix a sentence and a word. git-svn-id: https://svn.dealii.org/trunk@16004 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 2b0ce30567..3b6a97d46b 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -139,10 +139,11 @@ inconvenience this causes.
    -
  1. New: ConvergenceTable.evaluate_convergence_rates has been incomplete -for a long time. I added an implementation for reduction_rate and -reduction_rate_lo2 in the case where one specifies a reference column -that allows to compute error rates also for local refinement. +

  2. New: ConvergenceTable::evaluate_convergence_rates has been incomplete +for a long time. An implementation for reduction_rate and +reduction_rate_log2 has been added in the case where one specifies +a reference column that allows to compute error rates also for local +refinement.
    (Luca Heltai 2008/04/16)

  3. -- 2.39.5