From: Wolfgang Bangerth Date: Tue, 16 Aug 2011 16:29:32 +0000 (+0000) Subject: Mention changes to tutorial namespacing. X-Git-Tag: v8.0.0~3667 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26fe2e0432e19bbf8b501b1269133edb9e28df24;p=dealii.git Mention changes to tutorial namespacing. git-svn-id: https://svn.dealii.org/trunk@24101 0785d39b-7218-0410-832d-ea1e28bc413d --- 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