From e4f0700811bdbf3053f6b2ae2f4bc35254ccc24b Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Thu, 27 Feb 2014 15:36:51 +0000 Subject: [PATCH] Try to suppress a warning with clang. git-svn-id: https://svn.dealii.org/trunk@32572 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/time_stepping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/base/time_stepping.h b/deal.II/include/deal.II/base/time_stepping.h index 4b1ba0510e..c339fe2859 100644 --- a/deal.II/include/deal.II/base/time_stepping.h +++ b/deal.II/include/deal.II/base/time_stepping.h @@ -135,7 +135,7 @@ namespace TimeStepping * time step. When using Runge-Kutta methods, @p F and @ J_inverse can * only contain one element. */ - virtual double evolve_one_time_step( + double evolve_one_time_step( std::vector > &F, std::vector > & J_inverse, double t, -- 2.39.5