From 712eaad12bd1ee1d5c73fc0766c345fb28501aa1 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sat, 9 Oct 2021 22:23:51 -0400 Subject: [PATCH] Update include/deal.II/numerics/vector_tools_evaluate.h Co-authored-by: Peter Munch --- include/deal.II/numerics/vector_tools_evaluate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/numerics/vector_tools_evaluate.h b/include/deal.II/numerics/vector_tools_evaluate.h index aa8db8763c..342af035bd 100644 --- a/include/deal.II/numerics/vector_tools_evaluate.h +++ b/include/deal.II/numerics/vector_tools_evaluate.h @@ -234,7 +234,7 @@ namespace VectorTools if (evaluators[cell->active_fe_index()] == nullptr) evaluators[cell->active_fe_index()] = std::make_unique>( - cache.get_mapping(), cell->get_fe(), update_flags); + cache.get_mapping(), cell->get_fe(), flags); auto &evaluator = *evaluators[cell->active_fe_index()]; evaluator.reinit(cell, unit_points); -- 2.39.5