From 87b0f524adbb5aa501d7e50b85dd47fab5173dbb Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Thu, 23 Jun 2022 13:57:40 +0200 Subject: [PATCH] One more typo --- 9.4/paper.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/9.4/paper.tex b/9.4/paper.tex index 2b6da9c..6e3603b 100644 --- a/9.4/paper.tex +++ b/9.4/paper.tex @@ -208,8 +208,9 @@ The major changes of this release are: \item Advances in matrix-free infrastructure (see Section~\ref{sec:mf}); \item Advances in multigrid infrastructure (see Section~\ref{sec:multigrid}); \item CutFEM support (see Section~\ref{sec:cut}); - \item Integration with the Computational Geometry Algorithms Library (CGAL) (see Section~\ref{sec:cgalwrappers}); + \item Integration of the Computational Geometry Algorithms Library (CGAL) (see Section~\ref{sec:cgalwrappers}); \item Performance improvements in the particle infrastructure (see Section~\ref{sec:particles}); + \item Improvements to unstructured communication (see Section~\ref{sec:CA}); \item Two new tutorial programs and one new code gallery program (see Section~\ref{subsec:steps}). \end{itemize} @@ -596,8 +597,8 @@ to flags to configure the evaluation and integration process of \texttt{FEEvalua and \texttt{FEFaceEvaluation}: \begin{c++} -fe\_eval.evaluate(false, true, false) // old (deprecated) -fe\_eval.evaluate(EvaluationFlags::gradients) // new +fe_eval.evaluate(false, true, false) // old (deprecated) +fe_eval.evaluate(EvaluationFlags::gradients) // new \end{c++} %\begin{c++} -- 2.39.5