From: Wolfgang Bangerth Date: Thu, 11 Aug 2005 15:28:37 +0000 (+0000) Subject: Add new namespace Utilities. X-Git-Tag: v8.0.0~13298 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2232a1b6f65778048699ffaca999b2f3b54c99a;p=dealii.git Add new namespace Utilities. git-svn-id: https://svn.dealii.org/trunk@11289 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index fb22534bef..77d66a7d05 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -254,6 +254,14 @@ inconvenience this causes.

base

    +
  1. + New: There is now a namespace Utilities that contains + functions that are not particularly specific to finite element codes, + but are needed in various contexts of application programs anyway. +
    + (WB, 2005/08/11) +

    +
  2. Changed: PathSearch needed any new "search class" to be added before use. Now this can be done at construction time.