From: kanschat Date: Fri, 23 May 2014 14:14:00 +0000 (+0000) Subject: accidentally duplicated function X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db2f5ffc261116fd8d4e4772484eb2b66865081a;p=dealii-svn.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