From: Wolfgang Bangerth Date: Mon, 3 Oct 2016 15:42:42 +0000 (-0600) Subject: Eliminate an unnecessary space. X-Git-Tag: v8.5.0-rc1~616^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53ab17885a152e6a95afa87a3c15ba05cebc76f9;p=dealii.git Eliminate an unnecessary space. --- 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