From 120d773f4b5d0864cbe8a5625012237cb7ebf84a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 6 Jul 2009 15:16:38 +0000 Subject: [PATCH] Indent a line. git-svn-id: https://svn.dealii.org/trunk@19017 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/function_parser.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.39.5