From: Wolfgang Bangerth Date: Tue, 6 Mar 2007 20:59:37 +0000 (+0000) Subject: Minor cleanup. X-Git-Tag: v8.0.0~10469 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47fc371308d5e33cd0b73e3384d29d0293651609;p=dealii.git Minor cleanup. git-svn-id: https://svn.dealii.org/trunk@14537 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_abf.h b/deal.II/deal.II/include/fe/fe_abf.h index ab716f7a5a..f79a17ba10 100644 --- a/deal.II/deal.II/include/fe/fe_abf.h +++ b/deal.II/deal.II/include/fe/fe_abf.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -92,9 +92,7 @@ template class MappingQ; * by Guido Kanschat and Wolfgang Bangerth */ template -class FE_ABF - : - public FE_PolyTensor, dim> +class FE_ABF : public FE_PolyTensor, dim> { public: /**