From: bangerth Date: Wed, 10 Feb 2010 21:50:17 +0000 (+0000) Subject: Simplify code. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a28e7c7f52706cce86ba006de4efdfad612a559d;p=dealii-svn.git Simplify code. git-svn-id: https://svn.dealii.org/trunk@20547 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-16/step-16.cc b/deal.II/examples/step-16/step-16.cc index 71206d98bd..9766fd58e8 100644 --- a/deal.II/examples/step-16/step-16.cc +++ b/deal.II/examples/step-16/step-16.cc @@ -159,12 +159,7 @@ void Coefficient::value_list (const std::vector > &points, ExcIndexRange (component, 0, 1)); for (unsigned int i=0; i::value (points[i]); }