From: bangerth Date: Thu, 23 Apr 2009 22:58:09 +0000 (+0000) Subject: Remove an unused variable. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e22282490cb97657b399997e3c56172a881d78c3;p=dealii-svn.git Remove an unused variable. git-svn-id: https://svn.dealii.org/trunk@18723 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-28/step-28.cc b/deal.II/examples/step-28/step-28.cc index 57b85369ba..d3fd019d83 100644 --- a/deal.II/examples/step-28/step-28.cc +++ b/deal.II/examples/step-28/step-28.cc @@ -2181,8 +2181,6 @@ void NeutronDiffusionProblem::run () (); threads.join_all (); - double max_old = 0; - double error; unsigned int iteration = 1; do