From: Wolfgang Bangerth Date: Thu, 4 May 2000 11:16:57 +0000 (+0000) Subject: Fix bug in SparsityPattern. X-Git-Tag: v8.0.0~20610 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faed144893986bbe742e08dd6f875cb3e611e522;p=dealii.git Fix bug in SparsityPattern. git-svn-id: https://svn.dealii.org/trunk@2793 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 713b607e1c..5dc8d84412 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -100,7 +100,14 @@ later on. It also has a function to preload the data before its use in a separate thread if the library is configured for multi-threading. -

+

+ +
  • + Fix: the ``copy-like'' constructor of + SparsityPattern that copies another + object and adds some off-diagonals had a bug that caused an + exception in some cases. This is now fixed. +