From: wolf
Date: Thu, 4 May 2000 11:16:57 +0000 (+0000)
Subject: Fix bug in SparsityPattern.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=235d6f59fdffcbe95bc009711d534a43bf05fd5b;p=dealii-svn.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.
+