From c4d65db87265dc3754452ba7143e81e14dd88dd9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 31 May 2013 04:21:10 +0000 Subject: [PATCH] Improve documentation slightly. git-svn-id: https://svn.dealii.org/trunk@29675 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/trilinos_block_vector.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/deal.II/include/deal.II/lac/trilinos_block_vector.h b/deal.II/include/deal.II/lac/trilinos_block_vector.h index 378a4a0d71..31b2c42215 100644 --- a/deal.II/include/deal.II/lac/trilinos_block_vector.h +++ b/deal.II/include/deal.II/lac/trilinos_block_vector.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2008, 2009, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -312,10 +312,8 @@ namespace TrilinosWrappers const bool fast=false); /** - * Reinit the function - * according to a distributed - * block vector. The elements - * will be copied in this + * Reinitialize the vector in the same way as the given to a + * distributed block vector. The elements will be copied in this * process. */ void reinit (const MPI::BlockVector &V); -- 2.39.5