From a6a80dbd726cde7c0c4702c6fcf0f86ea6fc87f4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 13 May 2020 17:49:06 -0600 Subject: [PATCH] Update a comment. --- 9.2/paper.tex | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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} -- 2.39.5