From: bangerth Date: Mon, 25 Oct 2010 22:30:58 +0000 (+0000) Subject: Add an entry. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14ad5eaf3ca6848a42a52213765762d56e5b3896;p=dealii-svn.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.

    +
  1. 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)
  2. +
  3. The QGauss2, QGauss3, ..., QGauss7 classes — deprecated for more than 6 years already — have finally been removed. You should use code like QGauss@(4) instead.