From: Wolfgang Bangerth Date: Mon, 21 Jun 2004 18:47:34 +0000 (+0000) Subject: Fix CompressedSparsityPattern::max_entries_per_row X-Git-Tag: v8.0.0~15018 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47da35c5ae07e6be9d0493023160e5357374af76;p=dealii.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