From: Guido Kanschat Date: Tue, 3 May 2005 06:12:14 +0000 (+0000) Subject: use PathSearch class in GridIn X-Git-Tag: v8.0.0~13942 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e045ba3fb4eb8591ec2e3c3bb0a63ad225b6c29;p=dealii.git use PathSearch class in GridIn git-svn-id: https://svn.dealii.org/trunk@10613 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 011c57bc22..39489a4137 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -348,6 +348,16 @@ inconvenience this causes.

deal.II

    +
  1. + Improved: The functionGridIn::read now searches for files using the + mechanism provided by the class PathSearch. Furthermore, library of input + meshes has been started in lib/meshes. +
    + (GK, 2005/05/03) +

    +
  2. Fixed: The DataOut class did not work properly if the DataOut::first_cell and