From f2b853ad84ad56a3c75cc69fc0a1242ac0ccd6c6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 24 Apr 2006 20:03:51 +0000 Subject: [PATCH] Indent properly. git-svn-id: https://svn.dealii.org/trunk@12865 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/precondition.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/precondition.h b/deal.II/lac/include/lac/precondition.h index 2615c4fd58..9513a4b8d4 100644 --- a/deal.II/lac/include/lac/precondition.h +++ b/deal.II/lac/include/lac/precondition.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -53,6 +53,7 @@ class PreconditionIdentity : public Subscriptor */ template void Tvmult (VECTOR&, const VECTOR&) const; + /** * Apply preconditioner, adding to the previous value. */ -- 2.39.5