From: Wolfgang Bangerth Date: Thu, 22 Sep 2011 04:01:53 +0000 (+0000) Subject: Remove duplicate assignment. X-Git-Tag: v8.0.0~3437 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3f1fadeb3248297cd78a0f10ad47e2cd7070b1a;p=dealii.git Remove duplicate assignment. git-svn-id: https://svn.dealii.org/trunk@24363 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index 000dc0b8f9..52e08e44e6 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -3241,7 +3241,6 @@ void BoussinesqFlowProblem::solve () computing_timer.enter_section (" Assemble temperature rhs"); { - old_time_step = time_step; old_time_step = time_step; const double cfl_number = get_cfl_number();