From 53ab17885a152e6a95afa87a3c15ba05cebc76f9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 Oct 2016 09:42:42 -0600 Subject: [PATCH] Eliminate an unnecessary space. --- source/base/function_parser.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/base/function_parser.cc b/source/base/function_parser.cc index 87b58ae575..354c740b30 100644 --- a/source/base/function_parser.cc +++ b/source/base/function_parser.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2005 - 2015 by the deal.II authors +// Copyright (C) 2005 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -218,8 +218,9 @@ namespace internal } + template -void FunctionParser:: init_muparser() const +void FunctionParser::init_muparser() const { // check that we have not already initialized the parser on the // current thread, i.e., that the current function is only called -- 2.39.5