From 1291e5a9a4f442175ae3e9fdd60f0679070eb9ed Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 21 Sep 2005 12:06:57 +0000 Subject: [PATCH] GridIn::read function fixed. git-svn-id: https://svn.dealii.org/trunk@11489 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index a3402f4c6f..e24a1ee4b0 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -86,6 +86,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Fixed: The GridIn<dim>::read(filename, format) + function ran into an exception when called with + Default format and a filename which does not include + /. This is now fixed. +
    + (RH 2005/09/21) +


-- 2.39.5