From 926732f3ecb6a744d0b781366a689772b922a207 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 27 Feb 2008 15:13:51 +0000 Subject: [PATCH] Reindent git-svn-id: https://svn.dealii.org/trunk@15807 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_sparsity_pattern.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/lac/include/lac/block_sparsity_pattern.h b/deal.II/lac/include/lac/block_sparsity_pattern.h index 2b75d2deb1..ee345c8fe0 100644 --- a/deal.II/lac/include/lac/block_sparsity_pattern.h +++ b/deal.II/lac/include/lac/block_sparsity_pattern.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -344,8 +344,8 @@ class BlockSparsityPatternBase : public Subscriptor * and which can be used to plot the * sparsity pattern in a graphical * way. This is the same functionality - * implemented for usual Sparsity - * patterns, see @ref SparsityPattern. + * implemented for usual sparsity + * patterns, see @ref SparsityPattern. */ void print_gnuplot (std::ostream &out) const; -- 2.39.5