From b43bfaf2b8cac4a410a2862a3852f10c3cded762 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 2 Aug 2014 03:32:00 -0500 Subject: [PATCH] Fix an outdated reference to fparser. Add a link. --- source/base/parsed_function.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/base/parsed_function.cc b/source/base/parsed_function.cc index 47dea746d3..211655f0f1 100644 --- a/source/base/parsed_function.cc +++ b/source/base/parsed_function.cc @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2007 - 2013 by the deal.II authors +// Copyright (C) 2007 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -82,7 +82,7 @@ namespace Functions "`if(x>0, 1, -1)' where the expression evaluates to the second " "argument if the first argument is true, and to the third argument " "otherwise. For a full overview of possible expressions accepted " - "see the documentation of the fparser library." + "see the documentation of the muparser library at http://muparser.beltoforion.de/." "\n\n" "If the function you are describing represents a vector-valued " "function with multiple components, then separate the expressions " -- 2.39.5