From: Daniel Arndt Date: Fri, 24 Feb 2023 03:41:10 +0000 (-0500) Subject: Remove guards X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=607fc2546e7b2f78f3f9eb7e1074bfe62eb29b76;p=dealii.git Remove guards --- 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 4f6f6e4e86..c1f59cf75d 100644 --- a/include/deal.II/numerics/vector_tools_mean_value.templates.h +++ b/include/deal.II/numerics/vector_tools_mean_value.templates.h @@ -258,7 +258,6 @@ namespace VectorTools -#ifdef DEAL_II_WITH_TRILINOS template void add_constant(LinearAlgebra::EpetraWrappers::Vector &, @@ -272,7 +271,6 @@ namespace VectorTools -# ifdef DEAL_II_TRILINOS_WITH_TPETRA template void add_constant(LinearAlgebra::TpetraWrappers::Vector &, @@ -283,8 +281,6 @@ namespace VectorTools // TODO: no vector access using operator() AssertThrow(false, ExcNotImplemented()); } -# endif // DEAL_II_TRILINOS_WITH_TPETRA -#endif // DEAL_II_WITH_TRILINOS