From cf1f3c4630649373bd6c20bf6885a7ce95f3ade2 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Thu, 23 Jun 2022 13:06:54 +0200 Subject: [PATCH] Fix code --- 9.4/paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++} -- 2.39.5