From: Wolfgang Bangerth Date: Fri, 16 Dec 2005 14:43:45 +0000 (+0000) Subject: Comment out presently unused parameter X-Git-Tag: v8.0.0~12777 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c06c326ba26e3006190ce78cddc22f031106adfd;p=dealii.git Comment out presently unused parameter git-svn-id: https://svn.dealii.org/trunk@11869 0785d39b-7218-0410-832d-ea1e28bc413d --- 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