From: Matthias Maier Date: Mon, 1 Oct 2012 21:44:57 +0000 (+0000) Subject: Bugfix X-Git-Tag: v8.0.0~1079^2~529 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13dcac3ae23078c4358d9874b23c969e9b41ebec;p=dealii.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@26916 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/bundled/functionparser/CMakeLists.txt b/deal.II/bundled/functionparser/CMakeLists.txt index c32d8011da..c74856ab6f 100644 --- a/deal.II/bundled/functionparser/CMakeLists.txt +++ b/deal.II/bundled/functionparser/CMakeLists.txt @@ -1 +1,4 @@ -DEAL_II_ADD_LIBRARY(obj_functionparser OBJECT fparser.cc) +DEAL_II_ADD_LIBRARY(obj_functionparser OBJECT + fparser.cc + fpoptimizer.cc + ) diff --git a/deal.II/bundled/functionparser/README b/deal.II/bundled/functionparser/README index 00bdbc5b8d..b39c62b317 100644 --- a/deal.II/bundled/functionparser/README +++ b/deal.II/bundled/functionparser/README @@ -1,7 +1,7 @@ This directory contains the functionparser project which is copyrighted by Juha Nieminen and licensed under the GNU Lesser General Public License -(LGPL) Version 3. See functionparser/README, functionparser/lgpl-3.0.txt -or http://warp.povusers.org/FunctionParser/ +(LGPL) Version 3. See ./docs/fparser.html +http://warp.povusers.org/FunctionParser/. A full version of the functionparser project can be downloaded at http://warp.povusers.org/FunctionParser/.