From: Sebastian Pauletti Date: Wed, 17 Aug 2011 14:40:15 +0000 (+0000) Subject: added entry to changes.h X-Git-Tag: v8.0.0~3658 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e6e91c20e0b165baea95e75c39def3f7c0291a;p=dealii.git added entry to changes.h git-svn-id: https://svn.dealii.org/trunk@24110 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 20b3e520c8..9919feecc3 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -93,6 +93,11 @@ changed to use std_cxx1x::_1, std_cxx1x::_2, etc from now on.

General

    +
  1. Changed: Triangulation::get_boundary_indicators() used the +same algorithm for any dim. +
    +(Sebastian Pauletti 2011/08/17) +
  2. Changed: Several of the tutorial programs used the same class names, often LaplaceProblem in the earlier programs. There is nothing inherently wrong with this, since these are