From: Wolfgang Bangerth Date: Sat, 2 Aug 2014 08:32:00 +0000 (-0500) Subject: Fix an outdated reference to fparser. Add a link. X-Git-Tag: v8.2.0-rc1~233^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b43bfaf2b8cac4a410a2862a3852f10c3cded762;p=dealii.git Fix an outdated reference to fparser. Add a link. --- 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 "