From: Daniel Arndt Date: Mon, 27 Aug 2018 10:39:43 +0000 (+0200) Subject: Fix last remaining instance of passing shared_ptr by value X-Git-Tag: v9.1.0-rc1~773^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41fcd0bb2b39975cc0f93bca4ebe246af8c75e6e;p=dealii.git Fix last remaining instance of passing shared_ptr by value --- diff --git a/include/deal.II/lac/la_parallel_vector.templates.h b/include/deal.II/lac/la_parallel_vector.templates.h index a476d61b9e..8f73c8d486 100644 --- a/include/deal.II/lac/la_parallel_vector.templates.h +++ b/include/deal.II/lac/la_parallel_vector.templates.h @@ -97,13 +97,14 @@ namespace LinearAlgebra {} static void - import(const ::dealii::LinearAlgebra::ReadWriteVector & /*V*/, - ::dealii::VectorOperation::values /*operation*/, - std::shared_ptr - /*communication_pattern*/, - const IndexSet & /*locally_owned_elem*/, - ::dealii::MemorySpace::MemorySpaceData - & /*data*/) + import( + const ::dealii::LinearAlgebra::ReadWriteVector & /*V*/, + ::dealii::VectorOperation::values /*operation*/, + const std::shared_ptr & + /*communication_pattern*/, + const IndexSet & /*locally_owned_elem*/, + ::dealii::MemorySpace::MemorySpaceData + & /*data*/) {} template