From 6e045ba3fb4eb8591ec2e3c3bb0a63ad225b6c29 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 3 May 2005 06:12:14 +0000 Subject: [PATCH] use PathSearch class in GridIn git-svn-id: https://svn.dealii.org/trunk@10613 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.39.5