From: Wolfgang Bangerth Date: Fri, 7 May 2010 03:43:11 +0000 (+0000) Subject: Remove vestige of removed variable. X-Git-Tag: v8.0.0~6140 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82397d007bf1ab67a5c40d98fd6e1137cf6e83c8;p=dealii.git Remove vestige of removed variable. git-svn-id: https://svn.dealii.org/trunk@21089 0785d39b-7218-0410-832d-ea1e28bc413d --- 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();