From 28a040b1be113472ed6315628b3ed2390cbe873c Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 8 Dec 2022 13:17:36 -0500 Subject: [PATCH] Fix clang-tidy --- include/deal.II/lac/la_parallel_vector.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/la_parallel_vector.templates.h b/include/deal.II/lac/la_parallel_vector.templates.h index 0733230f52..e310f207ec 100644 --- a/include/deal.II/lac/la_parallel_vector.templates.h +++ b/include/deal.II/lac/la_parallel_vector.templates.h @@ -362,7 +362,7 @@ namespace LinearAlgebra const ReadWriteVector &V, VectorOperation::values operation, std::shared_ptr - communication_pattern, + & communication_pattern, const IndexSet &locally_owned_elem, ::dealii::MemorySpace::MemorySpaceData -- 2.39.5