From 66a596f148955d484e22dc5792f7d4eb47e42454 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 9 Apr 2013 19:34:44 +0000 Subject: [PATCH] It is now possible to use the MeshWorker framework in 1d as well. (Patch by Scott Miller.) git-svn-id: https://svn.dealii.org/trunk@29229 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 7f1b4ccf16..69db8829a4 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -88,6 +88,11 @@ this function.

Specific improvements

    +
  1. Fixed: It is now possible to use the MeshWorker framework in 1d as well. +
    +(Wolfgang Bangerth, Scott Miller, 2013/04/09) +
  2. +
  3. Fixed: It was not possible to create a default-constructed object of type Triangulation<1>::face_iterator. This is now fixed.
    -- 2.39.5