From: wolf Date: Thu, 11 Aug 2005 15:28:37 +0000 (+0000) Subject: Add new namespace Utilities. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f13325f79b3f8c3ceee34bc514ef2650a3804c66;p=dealii-svn.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.