From b87b157c27461129f53fd3a59d62dc4cc8f5d65f Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 15 Jan 2013 15:21:58 +0000 Subject: [PATCH] Cosmetic changes. git-svn-id: https://svn.dealii.org/trunk@28069 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_tools.h | 6 +++--- deal.II/source/fe/fe_tools.cc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe_tools.h b/deal.II/include/deal.II/fe/fe_tools.h index 91566ae1b1..d0cb7482c6 100644 --- a/deal.II/include/deal.II/fe/fe_tools.h +++ b/deal.II/include/deal.II/fe/fe_tools.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -759,8 +759,8 @@ namespace FETools const Quadrature &lhs_quadrature, const Quadrature &rhs_quadrature, const typename DoFHandler::active_cell_iterator &cell, - unsigned int face, - FullMatrix &X); + const unsigned int face, + FullMatrix &X); diff --git a/deal.II/source/fe/fe_tools.cc b/deal.II/source/fe/fe_tools.cc index a6c044a8ab..8707becfd3 100644 --- a/deal.II/source/fe/fe_tools.cc +++ b/deal.II/source/fe/fe_tools.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -2560,7 +2560,7 @@ namespace FETools const Quadrature &lhs_quadrature, const Quadrature &rhs_quadrature, const typename DoFHandler::active_cell_iterator &cell, - unsigned int face, + const unsigned int face, FullMatrix &X) { Assert (fe.n_components() == 1, ExcNotImplemented()); -- 2.39.5