From: bangerth Date: Tue, 9 Apr 2013 19:34:44 +0000 (+0000) Subject: It is now possible to use the MeshWorker framework in 1d as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8727108eaf224d6e32b7511731c0713a7e8b60f9;p=dealii-svn.git 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 --- 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.