From 18a7294ac6f7bcec2ceb93c3cd85fc70d95ce473 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 4 Aug 2008 20:08:45 +0000 Subject: [PATCH] Fix html address. Add a TODO to update to the most recent version. git-svn-id: https://svn.dealii.org/trunk@16485 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/function_parser.h | 7 +++++-- deal.II/doc/license.html | 4 ++-- deal.II/doc/news/5.1.0-vs-5.2.0.html | 4 ++-- deal.II/doc/news/news.html | 2 +- deal.II/doc/readme.html | 6 +++--- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/deal.II/base/include/base/function_parser.h b/deal.II/base/include/base/function_parser.h index 81692c5b85..a46319ed15 100644 --- a/deal.II/base/include/base/function_parser.h +++ b/deal.II/base/include/base/function_parser.h @@ -15,6 +15,9 @@ #ifndef __deal2__function_parser_h #define __deal2__function_parser_h + +//TODO: Update to latest version of fparser library from http://warp.povusers.org/FunctionParser/ + #include #include #include @@ -38,7 +41,7 @@ template class Vector; /** * This class implements a function object that gets its value by parsing a * string describing this function. It is a wrapper class for the fparser - * library (see http://warp.povusers.org/FunctionParse/). This class + * library (see http://warp.povusers.org/FunctionParser/). This class * lets you evaluate strings such as "sqrt(1-x^2+y^2)" for given values of * 'x' and 'y'. Some of the information contained here is copied verbatim * from the fparser.txt file that comes with the fparser library. Please refer @@ -75,7 +78,7 @@ template class Vector; constants); @endverbatim * - * See http://warp.povusers.org/FunctionParse/ for an + * See http://warp.povusers.org/FunctionParser/ for an * explanation on how the underlying library works. * diff --git a/deal.II/doc/license.html b/deal.II/doc/license.html index d95854659e..f6efbff3c4 100644 --- a/deal.II/doc/license.html +++ b/deal.II/doc/license.html @@ -123,9 +123,9 @@ target="_top">UMFPACK. For the license, see UMFPACK. -
  • FunctionParser. For the license see FunctionParser. diff --git a/deal.II/doc/news/5.1.0-vs-5.2.0.html b/deal.II/doc/news/5.1.0-vs-5.2.0.html index 52ccf81802..3cdc5d76c6 100644 --- a/deal.II/doc/news/5.1.0-vs-5.2.0.html +++ b/deal.II/doc/news/5.1.0-vs-5.2.0.html @@ -511,8 +511,8 @@ inconvenience this causes.
  • New: Class FunctionParser. Wrapper class for the fparser library (see - - http://warp.povusers.org/FunctionParse/). + + http://warp.povusers.org/FunctionParser/).
    (Luca Heltai, 2005/03/07).

    diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index 18b8192c10..4f6077c2ee 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -240,7 +240,7 @@
    Luca Heltai has contributed code that integrates a third party function + href="http://warp.povusers.org/FunctionParser/">function parser library) that takes a string describing a mathematical function, and returns an object that can be used in all places where function objects are used in deal.II. diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 1fc2a2f007..d7f6772e38 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -754,11 +754,11 @@
    FunctionParser
    There is a wrapper for the - FunctionParser + FunctionParser library, which has its own license; if you want to use it with deal.II, please read it and make sure that you agree with it. You can find the license of FunctionParser - here. We + here. We include FunctionParser in the deal.II distributions courtesy of its author, Juha Nieminen.
    @@ -864,7 +864,7 @@ yourself. They are, of course, covered by their own licenses. In addition, deal.II comes with a copy of UMFPACK and one of - FunctionParser, + FunctionParser, courtesy of their authors. UMFPACK and FunctionParser are covered by their own licenses; please refer to their webpages to read them. -- 2.39.5