From: Wolfgang Bangerth Date: Mon, 24 Apr 2006 20:03:51 +0000 (+0000) Subject: Indent properly. X-Git-Tag: v8.0.0~11890 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2b853ad84ad56a3c75cc69fc0a1242ac0ccd6c6;p=dealii.git Indent properly. git-svn-id: https://svn.dealii.org/trunk@12865 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. */