]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove guards
authorDaniel Arndt <arndtd@ornl.gov>
Fri, 24 Feb 2023 03:41:10 +0000 (22:41 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Fri, 24 Feb 2023 03:41:10 +0000 (22:41 -0500)
include/deal.II/numerics/vector_tools_mean_value.templates.h

index 4f6f6e4e861890ce8014399bd1a229718657d091..c1f59cf75d9d1e7251f80a332f4791c807c5b873 100644 (file)
@@ -258,7 +258,6 @@ namespace VectorTools
 
 
 
-#ifdef DEAL_II_WITH_TRILINOS
   template <int dim, int spacedim>
   void
   add_constant(LinearAlgebra::EpetraWrappers::Vector &,
@@ -272,7 +271,6 @@ namespace VectorTools
 
 
 
-#  ifdef DEAL_II_TRILINOS_WITH_TPETRA
   template <int dim, int spacedim, typename ValueType>
   void
   add_constant(LinearAlgebra::TpetraWrappers::Vector<ValueType> &,
@@ -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
 
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.