From ec65cb3b377c84175e9e0d1a35823a9941c7844e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 1 Jul 2023 21:08:23 -0600 Subject: [PATCH] Fix missing template argument. --- include/deal.II/lac/trilinos_tpetra_vector.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/trilinos_tpetra_vector.templates.h b/include/deal.II/lac/trilinos_tpetra_vector.templates.h index 92b9908818..9c643a1603 100644 --- a/include/deal.II/lac/trilinos_tpetra_vector.templates.h +++ b/include/deal.II/lac/trilinos_tpetra_vector.templates.h @@ -120,7 +120,7 @@ namespace LinearAlgebra template void - Vector::extract_subvector_to( + Vector::extract_subvector_to( const ArrayView &indices, ArrayView & elements) const { -- 2.39.5