Skip to content

Commit

Permalink
add default template argument
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Nov 14, 2024
1 parent 46b8df7 commit efd0b66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/deal.II/multigrid/mg_transfer_global_coarsening.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit efd0b66

Please sign in to comment.