]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add default template argument
authorTimo Heister <timo.heister@gmail.com>
Thu, 14 Nov 2024 13:43:42 +0000 (08:43 -0500)
committerTimo Heister <timo.heister@gmail.com>
Thu, 14 Nov 2024 13:43:42 +0000 (08:43 -0500)
include/deal.II/multigrid/mg_transfer_global_coarsening.h

index 76d469e23baacb33a141ef7909bf566a80e7983b..45d3a6163e0db428c1fa5704b90b1d26668ddb7a 100644 (file)
@@ -51,7 +51,9 @@ namespace RepartitioningPolicyTools
   class Base;
 }
 
-template <int dim, typename Number, typename MemorySpace>
+template <int dim,
+          typename Number,
+          typename MemorySpace = ::dealii::MemorySpace::Host>
 class MGTransferMF;
 #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.