From: Luca Heltai Date: Fri, 29 Jul 2005 20:51:59 +0000 (+0000) Subject: Added comment on pathsearch. X-Git-Tag: v8.0.0~13350 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68413726f004da1ba765e1d1212cb9f915fd740;p=dealii.git Added comment on pathsearch. git-svn-id: https://svn.dealii.org/trunk@11219 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 5abb9cbbe5..b911848e18 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -251,6 +251,15 @@ inconvenience this causes.

base

    +
  1. + Changed: PathSearch needed any new "search class" to + be added before use. Now this can be done at construction time. + Added PathSearch::close() to explicitly close the + last opened stream. +
    + (Luca Heltai, 2005/07/29) +

    +
  2. Changed: ParameterHandler::get_bool() only accepted "true" or "false" as boolean values, now it also considers "yes"