From: Wolfgang Bangerth Date: Wed, 13 May 2020 23:49:06 +0000 (-0600) Subject: Update a comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6a80dbd726cde7c0c4702c6fcf0f86ea6fc87f4;p=release-papers.git Update a comment. --- diff --git a/9.2/paper.tex b/9.2/paper.tex index b5c9170..e5e3098 100644 --- a/9.2/paper.tex +++ b/9.2/paper.tex @@ -221,10 +221,12 @@ in the file that lists all changes for this release}, see \cite{changes91}. \subsection{New and improved tutorial and code gallery programs} \label{subsec:steps} -Many of the \dealii{} tutorial programs were substantially revised as -part of this release. In particular, we have converted many places -that now allow for simpler code through the use of C++11 features such -as range-based for loops and lambda functions. +Many of the \dealii{} tutorial programs were revised in a variety of +ways as part of this release. A particular example is that we have +converted a number of programs to use range-based for loops (a C++11 +feature) for loops over a range of integer indices, given that the +range-based way of writing loops seems to be the idiomatic approach +these days. In addition, there are a number of new tutorial programs: \begin{itemize}