From: Wolfgang Bangerth Date: Mon, 9 Apr 2001 15:30:49 +0000 (+0000) Subject: Move FunctionMap typedefs. X-Git-Tag: v8.0.0~19370 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7ab534f5d522f177e3ac628657ac62f5b42c8c9;p=dealii.git Move FunctionMap typedefs. git-svn-id: https://svn.dealii.org/trunk@4413 0785d39b-7218-0410-832d-ea1e28bc413d --- 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