From: Wolfgang Bangerth
Date: Mon, 25 Oct 2010 22:30:58 +0000 (+0000)
Subject: Add an entry.
X-Git-Tag: v8.0.0~5178
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab63b8edc1e8140a0658cedd12adaa61003740e2;p=dealii.git
Add an entry.
git-svn-id: https://svn.dealii.org/trunk@22479 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index e3be4e6935..eacb037a18 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -30,6 +30,13 @@ inconvenience this causes.
+- The
Polynomials::Lagrange::generate_complete_basis
+function has been renamed to Polynomials::generate_complete_Lagrange_basis .
+The function was previously the only member of a class, and a static
+one on top of that, which did not make much sense.
+
+(WB 2010/10/22)
+
- The
QGauss2, QGauss3, ..., QGauss7
classes — deprecated
for more than 6 years already — have finally been removed.
You should use code like QGauss@(4)
instead.