]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add check
authorTimo Heister <timo.heister@gmail.com>
Sat, 22 Mar 2025 03:30:19 +0000 (23:30 -0400)
committerTimo Heister <timo.heister@gmail.com>
Sat, 22 Mar 2025 03:30:19 +0000 (23:30 -0400)
source/lac/la_parallel_block_vector.inst.in

index da63a81c219d660222bf3d43b5d8b840bb79fc72..1e97c2b5cf9525b7b3639fd29539b6b0b47da1f8 100644 (file)
@@ -23,8 +23,8 @@ for (SCALAR : REAL_AND_COMPLEX_SCALARS)
 #ifdef DEAL_II_HAVE_CXX20
         static_assert(concepts::is_vector_space_vector<
                       BlockVector<SCALAR, ::dealii::MemorySpace::Host>>);
-        // static_assert(concepts::is_vector_space_vector<BlockVector<SCALAR,
-        // ::dealii::MemorySpace::Default>>);
+        static_assert(concepts::is_vector_space_vector<
+                      BlockVector<SCALAR, ::dealii::MemorySpace::Default>>);
 #endif
 
         template class BlockVector<SCALAR, ::dealii::MemorySpace::Host>;

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.