]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Second attempt to suppress clang warning in time_stepping.h
authorturcksin <turcksin@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Mar 2014 21:03:36 +0000 (21:03 +0000)
committerturcksin <turcksin@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Mar 2014 21:03:36 +0000 (21:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@32625 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/time_stepping.h

index c339fe2859f33e25babde52119fe16adaa34cc89..e3a75901139d6767ed7e00b30d6b692d95788bed 100644 (file)
@@ -191,6 +191,8 @@ namespace TimeStepping
   class ExplicitRungeKutta : public RungeKutta<VECTOR>
   {
   public:
+    using RungeKutta<VECTOR>::evolve_one_time_step;
+
     /**
      * Default constructor. initialize(runge_kutta_method) needs to be called
      * before the object can be used.
@@ -277,6 +279,8 @@ namespace TimeStepping
   class ImplicitRungeKutta : public RungeKutta<VECTOR>
   {
   public:
+    using RungeKutta<VECTOR>::evolve_one_time_step;
+
     /**
      * Default constructor. initialize(runge_kutta_method) and
      * set_newton_solver_parameters(unsigned int,double)
@@ -400,6 +404,8 @@ namespace TimeStepping
   class EmbeddedExplicitRungeKutta : public RungeKutta<VECTOR>
   {
   public:
+    using RungeKutta<VECTOR>::evolve_one_time_step;
+
     /**
      * Default constructor. initialize(runge_kutta_method) and
      * set_time_adaptation_parameters(double, double, double, double, double, double)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.