From: Wolfgang Bangerth Date: Tue, 10 Sep 2002 14:52:50 +0000 (+0000) Subject: Replace & by & X-Git-Tag: v8.0.0~17590 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af690f0d8938bb677a90fc66417bfea841ba861d;p=dealii.git Replace & by & git-svn-id: https://svn.dealii.org/trunk@6388 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 926ea4087f..ea1b4e814c 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -313,14 +313,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
  • Fixed: Bug in Triangulation<3>::load_user_flags(vector<bool> - &) is now fixed. + &) is now fixed.
    (RH 2002/06/14)

  • Fixed: Triangulation::load_user_flags(vector<bool> - &) erroneously threw an assertion for + &) erroneously threw an assertion for dim==1. This is now fixed.
    (RH 2002/06/14)