From 85ded14239e74e2ec87e97f1154d7a03d61f4490 Mon Sep 17 00:00:00 2001 From: Konstantin Ladutenko Date: Sun, 9 Oct 2016 08:01:26 +0200 Subject: [PATCH] udate from Bangerth --- examples/step-1/doc/intro.dox | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/step-1/doc/intro.dox b/examples/step-1/doc/intro.dox index 6e9bc68bc9..04d5586fe9 100644 --- a/examples/step-1/doc/intro.dox +++ b/examples/step-1/doc/intro.dox @@ -128,11 +128,13 @@ command line, you may be interested in watching lectures 2.9 and 2.91. (@dealiiVideoLectureSeeAlso{2.9,2.91}) These give overviews over the command line and on what happens when compiling programs, respectively. -Note that deal.II is actively developed, some functions were renamed -after video lectures were ready. For example, step-1 code shown in the -video lecture 5 has a class HyperShellBoundary which was replaced with -SphericalManifold class later on. However, in spite of such kind of -details the content of the lectures is still very relevant. +Note that deal.II is actively developed, and in the course of this +development we occasionally rename or deprecate functions or classes +that are still referenced in these video lectures. For +example, step-1 code shown in the video lecture 5 has a class +HyperShellBoundary which was replaced with SphericalManifold class +later on. However, in spite of such kind of details the content of the +lectures is still very relevant.

What this program does

-- 2.39.5