From: Daniel Arndt Date: Mon, 26 Aug 2019 20:13:55 +0000 (-0400) Subject: Fix documentation for parallel::distributed::Vector X-Git-Tag: v9.2.0-rc1~1180^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e2cc2f7668359e73e9ef6b4c4dd35ee76e8eddf;p=dealii.git Fix documentation for parallel::distributed::Vector --- 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