From: Guido Kanschat Date: Fri, 23 May 2014 14:14:00 +0000 (+0000) Subject: accidentally duplicated function X-Git-Tag: v8.2.0-rc1~456 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85fccce5377cf6a00df1e0ad39773b19b440d753;p=dealii.git accidentally duplicated function git-svn-id: https://svn.dealii.org/trunk@32973 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/algorithms/theta_timestepping.h b/deal.II/include/deal.II/algorithms/theta_timestepping.h index c374e8e6e1..58bb77caa9 100644 --- a/deal.II/include/deal.II/algorithms/theta_timestepping.h +++ b/deal.II/include/deal.II/algorithms/theta_timestepping.h @@ -401,17 +401,7 @@ namespace Algorithms const double ThetaTimestepping::current_time () const { return control.now(); - } - - - template - inline - const double ThetaTimestepping::theta () const - { - return control.step(); - } - - + } } DEAL_II_NAMESPACE_CLOSE