From: Daniel Arndt Date: Sun, 10 Oct 2021 02:23:51 +0000 (-0400) Subject: Update include/deal.II/numerics/vector_tools_evaluate.h X-Git-Tag: v9.3.2~5^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=712eaad12bd1ee1d5c73fc0766c345fb28501aa1;p=dealii.git Update include/deal.II/numerics/vector_tools_evaluate.h Co-authored-by: Peter Munch --- 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);