From: Timo Heister Date: Wed, 14 Jan 2015 18:13:14 +0000 (-0500) Subject: fix formatting X-Git-Tag: v8.3.0-rc1~539^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ad042082861ca2e29f39da5e13506ef0ba7764e;p=dealii.git fix formatting --- diff --git a/include/deal.II/lac/parallel_vector.h b/include/deal.II/lac/parallel_vector.h index c0fd796247..1d9c472316 100644 --- a/include/deal.II/lac/parallel_vector.h +++ b/include/deal.II/lac/parallel_vector.h @@ -71,9 +71,12 @@ namespace parallel * exception that storage is distributed with MPI. * * The vector is designed for the following scheme of parallel - * partitioning: * - * Functions related to parallel functionality: * * This vector can take two different states with respect to ghost - * elements: * * This vector uses the facilities of the class dealii::Vector for * implementing the operations on the local range of the vector. In