]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a missing template argument. 16580/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 1 Feb 2024 04:31:43 +0000 (21:31 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 1 Feb 2024 04:31:43 +0000 (21:31 -0700)
include/deal.II/base/template_constraints.h

index bbbd0685facaced81af45e6cfc80e798df2129d1..45f240ec88ffc54b855e157512bcdf0989357687 100644 (file)
@@ -784,9 +784,10 @@ namespace concepts
         true;
 
 #    ifdef DEAL_II_TRILINOS_WITH_TPETRA
-    template <typename Number>
+    template <typename Number, typename MemorySpace>
     inline constexpr bool is_dealii_vector_type<
-      dealii::LinearAlgebra::TpetraWrappers::Vector<Number>> = true;
+      dealii::LinearAlgebra::TpetraWrappers::Vector<Number, MemorySpace>> =
+      true;
 #    endif
 #  endif
 

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.