From: Daniel Arndt Date: Fri, 27 Oct 2023 17:42:01 +0000 (-0400) Subject: Fix trilinos_tpetra_vector.h X-Git-Tag: relicensing~349^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c2b33fa3fd25e03b787bef1fe20a461fedcc804;p=dealii.git Fix trilinos_tpetra_vector.h --- diff --git a/include/deal.II/lac/trilinos_tpetra_vector.h b/include/deal.II/lac/trilinos_tpetra_vector.h index e53d38d15c..847c68869b 100644 --- a/include/deal.II/lac/trilinos_tpetra_vector.h +++ b/include/deal.II/lac/trilinos_tpetra_vector.h @@ -817,7 +817,7 @@ namespace LinearAlgebra Tpetra::Access::ReadWrite); # else vector->template sync(); - auto vector_2d = vector.template getLocalView(); + auto vector_2d = vector->template getLocalView(); # endif auto vector_1d = Kokkos::subview(vector_2d, Kokkos::ALL(), 0); # if !DEAL_II_TRILINOS_VERSION_GTE(13, 2, 0)