From: Wolfgang Bangerth
Date: Wed, 10 May 2000 09:15:51 +0000 (+0000)
Subject: FESystem::reinit generated exception with update_support_points.
X-Git-Tag: v8.0.0~20575
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeadb7108f00b6ef0a0d9e4bfef998004e11ac0c;p=dealii.git
FESystem::reinit generated exception with update_support_points.
git-svn-id: https://svn.dealii.org/trunk@2830 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 66cc547d7a..651154674e 100644
--- a/deal.II/doc/news/2000/c-3-0.html
+++ b/deal.II/doc/news/2000/c-3-0.html
@@ -167,6 +167,12 @@
New: IntergridMap::get_{source,destination}_grid
functions return the grids for which the map was created.
+
+
+ Fix: FESystem::reinit()
generated
+ an exception if update_support_points
+ was set.
+