From 254f20d20e5dc924e7cdc05f28f154c62633a5b1 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 22 Sep 2011 04:01:53 +0000 Subject: [PATCH] Remove duplicate assignment. git-svn-id: https://svn.dealii.org/trunk@24363 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/step-32.cc | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.39.5