From 0c77d7f6166c893c0227f78f86d16a1e23a01dd1 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 16 Aug 2011 16:29:32 +0000 Subject: [PATCH] Mention changes to tutorial namespacing. git-svn-id: https://svn.dealii.org/trunk@24101 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 8418344598..20b3e520c8 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -93,6 +93,18 @@ changed to use std_cxx1x::_1, std_cxx1x::_2, etc from now on.

General

    +
  1. 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 +entirely separate programs, but this sometimes confused +integrated development environments because searching for +individual symbols would turn up several occurrences in different +files. To make this a bit simpler, the main classes for step-3 +through step-6 were renamed to StepX (steps 1 and 2 +do not have a main class). +
    +(Wolfgang Bangerth, Guido Kanschat 2011/08/16) +
  2. Extended: Many operations on objects of type Point<0>, Quadrature<0>, etc (including creation) were previously forbidden since such objects do not make -- 2.39.5