From: Ralf Hartmann Date: Wed, 21 Sep 2005 12:06:57 +0000 (+0000) Subject: GridIn::read function fixed. X-Git-Tag: v8.0.0~13114 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1291e5a9a4f442175ae3e9fdd60f0679070eb9ed;p=dealii.git GridIn::read function fixed. git-svn-id: https://svn.dealii.org/trunk@11489 0785d39b-7218-0410-832d-ea1e28bc413d --- 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) +