From 9b4c0db9befa30cd7ab77e0533d666fa58571888 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 23 Mar 2009 16:54:26 +0000 Subject: [PATCH] Comment out unused variable. git-svn-id: https://svn.dealii.org/trunk@18501 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_dgp_nonparametric.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/source/fe/fe_dgp_nonparametric.cc b/deal.II/deal.II/source/fe/fe_dgp_nonparametric.cc index f87013a4c4..71cba1c8bc 100644 --- a/deal.II/deal.II/source/fe/fe_dgp_nonparametric.cc +++ b/deal.II/deal.II/source/fe/fe_dgp_nonparametric.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -292,7 +292,7 @@ FE_DGPNonparametric::fill_fe_values ( typename Mapping::InternalDataBase&, typename Mapping::InternalDataBase& fedata, FEValuesData&data, - enum CellSimilarity::Similarity &cell_similarity) const + enum CellSimilarity::Similarity &/*cell_similarity*/) const { // convert data object to internal // data for this class. fails with -- 2.39.5