From 214c3833d4771ee72dd5575f051f34c7133c061d Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 9 Apr 2001 15:30:49 +0000 Subject: [PATCH] Move FunctionMap typedefs. git-svn-id: https://svn.dealii.org/trunk@4413 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 53c76afad7..af016cd40c 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -317,6 +317,20 @@ documentation, etc.

deal.II

    +
  1. + Changed: A typedef FunctionMap was + declared in at least four places previously (in classes DoFHandler, MatrixTools, VectorTools, and KellyErrorEstimator). It is now unified in + one place and is called FunctionMap::type (it is a local + typedef in a class called FunctionMap). +
    + (WB 2001/04/09) +

    +
  2. Fixed: When using Neuman boundary functions in the KellyErrorEstimator class, it was -- 2.39.5