From: Wolfgang Bangerth Date: Thu, 23 Apr 2009 22:58:09 +0000 (+0000) Subject: Remove an unused variable. X-Git-Tag: v8.0.0~7767 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8a88b0234bedf90a2972e03135fcf997a6b3d69;p=dealii.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