From: Daniel Arndt Date: Thu, 23 Feb 2023 18:58:54 +0000 (+0000) Subject: Fix value type X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f648ad68e648458899fcbd17daca60275d93eb6;p=dealii.git Fix value type --- diff --git a/include/deal.II/numerics/vector_tools_mean_value.templates.h b/include/deal.II/numerics/vector_tools_mean_value.templates.h index 79b5c3f9ee..4f6f6e4e86 100644 --- a/include/deal.II/numerics/vector_tools_mean_value.templates.h +++ b/include/deal.II/numerics/vector_tools_mean_value.templates.h @@ -278,7 +278,7 @@ namespace VectorTools add_constant(LinearAlgebra::TpetraWrappers::Vector &, const DoFHandler &, const unsigned int, - const double) + const ValueType) { // TODO: no vector access using operator() AssertThrow(false, ExcNotImplemented());