From b663e122bcf44ed6565f840ff65e1b7472d5bced Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 6 Mar 2007 20:59:37 +0000 Subject: [PATCH] Minor cleanup. git-svn-id: https://svn.dealii.org/trunk@14537 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_abf.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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: /** -- 2.39.5