From 82397d007bf1ab67a5c40d98fd6e1137cf6e83c8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 7 May 2010 03:43:11 +0000 Subject: [PATCH] Remove vestige of removed variable. git-svn-id: https://svn.dealii.org/trunk@21089 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/theta_timestepping.templates.h | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/theta_timestepping.templates.h b/deal.II/deal.II/include/numerics/theta_timestepping.templates.h index ae188ba68f..52b640b1f4 100644 --- a/deal.II/deal.II/include/numerics/theta_timestepping.templates.h +++ b/deal.II/deal.II/include/numerics/theta_timestepping.templates.h @@ -114,7 +114,6 @@ namespace Algorithms if (output != 0 && control.print()) (*output) << count << out; - first = false; d_explicit.time = control.now(); } deallog.pop(); -- 2.39.5