From db2f5ffc261116fd8d4e4772484eb2b66865081a Mon Sep 17 00:00:00 2001 From: kanschat Date: Fri, 23 May 2014 14:14:00 +0000 Subject: [PATCH] accidentally duplicated function git-svn-id: https://svn.dealii.org/trunk@32973 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/deal.II/algorithms/theta_timestepping.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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 -- 2.39.5