From 0ad042082861ca2e29f39da5e13506ef0ba7764e Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 14 Jan 2015 13:13:14 -0500 Subject: [PATCH] fix formatting --- include/deal.II/lac/parallel_vector.h | 47 +++++++++++++++++---------- 1 file changed, 30 insertions(+), 17 deletions(-) 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 -- 2.39.5