From: Wolfgang Bangerth Date: Mon, 6 Jul 2009 15:16:38 +0000 (+0000) Subject: Indent a line. X-Git-Tag: v8.0.0~7542 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=120d773f4b5d0864cbe8a5625012237cb7ebf84a;p=dealii.git Indent a line. git-svn-id: https://svn.dealii.org/trunk@19017 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/function_parser.cc b/deal.II/base/source/function_parser.cc index 8d7410cb85..6d402a72a2 100644 --- a/deal.II/base/source/function_parser.cc +++ b/deal.II/base/source/function_parser.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 2005, 2006, 2007, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -73,7 +73,7 @@ template void FunctionParser::initialize (const std::string &variables, const std::vector &expressions, const std::map &constants, - const std::map &units, + const std::map &units, const bool time_dependent, const bool use_degrees) {