From: bangerth Date: Fri, 7 May 2010 03:43:11 +0000 (+0000) Subject: Remove vestige of removed variable. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b12f7ff61b9e142565c294e6c53d5c5554da307a;p=dealii-svn.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();