From: Wolfgang Bangerth Date: Wed, 14 Nov 2001 10:06:38 +0000 (+0000) Subject: Allow compilation of DoFTools::make_flux_sparsity_pattern in 1d (it X-Git-Tag: v8.0.0~18630 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55e3d64206bd8583390729a740d87962fef96357;p=dealii.git Allow compilation of DoFTools::make_flux_sparsity_pattern in 1d (it was implemented but not instantiated). git-svn-id: https://svn.dealii.org/trunk@5196 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html index 1b0aa73d81..6114452107 100644 --- a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html +++ b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html @@ -14,6 +14,14 @@

Changes between versions 3.2.0 and 3.2.1

    +
  1. + Fixed: the DoFTools::make_flux_sparsity_pattern was + implemented in 1d, but not instantiated. This is now fixed. +
    + (WB 2001/11/14) +

    +
  2. Fixed: the GridGenerator::hyper_rectangle function