From: wolf Date: Mon, 7 May 2001 09:04:03 +0000 (+0000) Subject: New Quadrature constructor. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da0ab1e73a4a029b6497d3cf76d0ae6c2e11e535;p=dealii-svn.git New Quadrature constructor. git-svn-id: https://svn.dealii.org/trunk@4548 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 38fd5a473e..20bda3f57a 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -126,7 +126,13 @@ documentation, etc.
  1. + New: The Quadrature class now has a + conctructor that only accepts quadrature points and sets the + weights to invalid values. +
    + (GK 2001/04/26) +

  2. New: The function Logstream::get_prefix allows access to the prefix string used for log-files.