From: wolf Date: Mon, 21 Jun 2004 18:47:34 +0000 (+0000) Subject: Fix CompressedSparsityPattern::max_entries_per_row X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c2fcfc73e8617a5efa32dbaa6d86a97bfb419a8;p=dealii-svn.git Fix CompressedSparsityPattern::max_entries_per_row git-svn-id: https://svn.dealii.org/trunk@9441 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index 9cbdea55ee..5996b44f5d 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -98,6 +98,15 @@ inconvenience this causes.

lac

    +
  1. + Fixed: CompressedSparsityPattern::max_entries_per_row() + ignored the first row and thus sometimes returned a value that was too + low. This is now fixed. +
    + (WB 2004/06/21) +

    +
  2. Fixed: BlockSparseMatrix::clear() did not do what it was supposed to do: it emptied the individual blocks and