From: Daniel Arndt Date: Sun, 3 Jul 2016 20:27:44 +0000 (+0200) Subject: Fix documentation for reinit of PETSc MPI Vector X-Git-Tag: v8.5.0-rc1~929^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a9645eb21128f8cefeb99b794b416964ec84456;p=dealii.git Fix documentation for reinit of PETSc MPI Vector --- diff --git a/include/deal.II/lac/petsc_parallel_vector.h b/include/deal.II/lac/petsc_parallel_vector.h index 3f005fea9c..937020cd2e 100644 --- a/include/deal.II/lac/petsc_parallel_vector.h +++ b/include/deal.II/lac/petsc_parallel_vector.h @@ -339,7 +339,7 @@ namespace PETScWrappers const bool omit_zeroing_entries = false); /** - * Reinit as a vector without ghost elements. See the constructor with + * Reinit as a vector with ghost elements. See the constructor with * same signature for more details. * * @see