From: hartmann Date: Wed, 21 Sep 2005 12:06:57 +0000 (+0000) Subject: GridIn::read function fixed. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13c498c0127083d9d40ca52b0daac36db8e66537;p=dealii-svn.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) +