From: Peter Munch Date: Thu, 23 Jun 2022 11:06:54 +0000 (+0200) Subject: Fix code X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1f3c4630649373bd6c20bf6885a7ce95f3ade2;p=release-papers.git Fix code --- diff --git a/9.4/paper.tex b/9.4/paper.tex index 40449aa..e3e911e 100644 --- a/9.4/paper.tex +++ b/9.4/paper.tex @@ -596,7 +596,7 @@ to flags to configure the evaluation and integration process of \texttt{FEEvalua and \texttt{FEFaceEvaluation}: \begin{c++} -fe\_eval.evaluate(false, true, true) // old (deprecated) +fe\_eval.evaluate(false, true, false) // old (deprecated) fe\_eval.evaluate(EvaluationFlags::gradients) // new \end{c++}