From b20dc4cc5e67bb8a8eea9cac53929522ee1ce552 Mon Sep 17 00:00:00 2001 From: hartmann Date: Mon, 17 Jun 2002 08:16:26 +0000 Subject: [PATCH] Doc fixes. git-svn-id: https://svn.dealii.org/trunk@6148 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 411a81c521..04447c0734 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -115,15 +115,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

  • Fix: Bug in Triangulation<3>::load_user_pointers(vector<void - *> &) is now fixed. + class="member">Triangulation<3>::load_user_flags(vector<bool> + &) is now fixed.
    (RH 2002/06/14)

  • Fixed: Triangulation::load_user_pointers(vector<void - *> &) erroneously threw an assertion for + class="member">Triangulation::load_user_flags(vector<bool> + &) erroneously threw an assertion for dim==1. This is now fixed.
    (RH 2002/06/14) @@ -133,7 +133,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK class="member">Triangulation<1>::n_quads now returns 0, instead of throwing an assertion, as before. The same holds for similar functions like Triangulation::n_hexs that now + class="member">Triangulation<dim>::n_hexs that now returns 0 for dim<3.
    (RH 2002/06/14) @@ -186,7 +186,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

  • Changed: The constructor of DoFHandler now takes a reference to a - const Triangulation. + const Triangulation.
    (RH 2002/06/12)

    -- 2.39.5