From 2e2cc2f7668359e73e9ef6b4c4dd35ee76e8eddf Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 26 Aug 2019 16:13:55 -0400 Subject: [PATCH] Fix documentation for parallel::distributed::Vector --- include/deal.II/lac/la_parallel_vector.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/deal.II/lac/la_parallel_vector.h b/include/deal.II/lac/la_parallel_vector.h index 3090a625ab..40d8bbc211 100644 --- a/include/deal.II/lac/la_parallel_vector.h +++ b/include/deal.II/lac/la_parallel_vector.h @@ -188,21 +188,21 @@ namespace LinearAlgebra * From the host, there are two methods to access the elements of the Vector * when using the CUDA memory space: * * The import method is a lot safer and will perform an MPI communication if * necessary. Since an MPI communication may be performed, import needs to -- 2.39.5