From: bangerth Date: Tue, 4 Aug 2009 13:31:54 +0000 (+0000) Subject: Reindent one comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e61c029f63e5a7c721410e494a5d1b8d6196d1aa;p=dealii-svn.git Reindent one comment. git-svn-id: https://svn.dealii.org/trunk@19173 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_vector.h b/deal.II/lac/include/lac/block_vector.h index 29eb14f25f..0d65b7607d 100644 --- a/deal.II/lac/include/lac/block_vector.h +++ b/deal.II/lac/include/lac/block_vector.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -141,12 +141,12 @@ class BlockVector : public BlockVectorBase > #ifdef DEAL_II_USE_TRILINOS - /** - * A copy constructor taking a - * (parallel) Trilinos block - * vector and copying it into - * the deal.II own format. - */ + /** + * A copy constructor taking a + * (parallel) Trilinos block + * vector and copying it into + * the deal.II own format. + */ BlockVector (const TrilinosWrappers::BlockVector &v); #endif