From c06c326ba26e3006190ce78cddc22f031106adfd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 16 Dec 2005 14:43:45 +0000 Subject: [PATCH] Comment out presently unused parameter git-svn-id: https://svn.dealii.org/trunk@11869 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-20/step-20.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-20/step-20.cc b/deal.II/examples/step-20/step-20.cc index 27a3ad8e0c..cd22898d8b 100644 --- a/deal.II/examples/step-20/step-20.cc +++ b/deal.II/examples/step-20/step-20.cc @@ -224,7 +224,7 @@ double RightHandSide::value (const Point &p, template double ExactSolution::value (const Point &p, - const unsigned int component) const + const unsigned int /*component*/) const { double return_value = 1; for (unsigned int i=0; i