From 55e3d64206bd8583390729a740d87962fef96357 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 14 Nov 2001 10:06:38 +0000 Subject: [PATCH] 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 --- deal.II/doc/news/2001/3.2.0-vs-3.2.1.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.5