Skip to content

Commit

Permalink
Provide a default template parameter for VectorReference's MemorySpace
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jan 31, 2024
1 parent 18b2d1f commit 0c40265
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/deal.II/lac/trilinos_tpetra_vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ namespace LinearAlgebra
*
* @ingroup TpetraWrappers
*/
template <typename Number, typename MemorySpace>
template <typename Number,
typename MemorySpace = dealii::MemorySpace::Host>
class VectorReference
{
private:
Expand Down

0 comments on commit 0c40265

Please sign in to comment.