From: turcksin Date: Thu, 27 Feb 2014 15:36:51 +0000 (+0000) Subject: Try to suppress a warning with clang. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4645abd6e24c96bcf437bebfb8d9279ec38e43;p=dealii-svn.git Try to suppress a warning with clang. git-svn-id: https://svn.dealii.org/trunk@32572 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,