From fac9f4661c79393ad4f029788de21297a71a2aa9 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 30 Sep 2010 15:19:05 +0000 Subject: [PATCH] Add a missing inline. git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-3@22203 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/timer.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deal.II/base/include/base/timer.h b/deal.II/base/include/base/timer.h index 7adef1327c..c5dcc67578 100644 --- a/deal.II/base/include/base/timer.h +++ b/deal.II/base/include/base/timer.h @@ -563,11 +563,14 @@ class TimerOutput #ifdef DEAL_II_COMPILER_SUPPORTS_MPI -const Timer::TimeMinMaxAvg & Timer::get_data() const +inline +const Timer::TimeMinMaxAvg & +Timer::get_data() const { return mpi_data; } + template void Timer::print_data(STREAM & stream) const { -- 2.39.5