From e7a5b1bfe53a6a603a970ceef87360c09408d137 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sat, 12 Jul 2014 20:46:44 +0000 Subject: [PATCH] update readme.html to refer to muparser git-svn-id: https://svn.dealii.org/trunk@33144 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 87df951570..405520bed1 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -527,22 +527,17 @@
- - FunctionParser + + muparser

- FunctionParser + muparser is a library that allows to enter functions in text form and have them interpreted at run time. This is particularly useful in input parameter files. cmake will usually find the version of - this library that comes bundled with deal.II. - The function parser library 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 it - here. We - include FunctionParser in the deal.II distributions courtesy of its author, - Juha Nieminen. + this library that comes bundled with deal.II, but you + can specify -DMUPARSER_DIR=/path/to/muparser if desired.

@@ -855,8 +850,8 @@ Threading Building Blocks, BOOST and - FunctionParser, courtesy of their authors. + muparser, courtesy of their authors. These are also covered by their own licenses; please refer to their webpages for more information. -- 2.39.5