From: guido Date: Tue, 3 May 2005 06:12:14 +0000 (+0000) Subject: use PathSearch class in GridIn X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2729cb4df489adb94d67ed8e8f9b4394be4fe068;p=dealii-svn.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