From 7c62f6d41685f7a47f96e6b1308a72527954a24b Mon Sep 17 00:00:00 2001 From: maier Date: Mon, 19 Nov 2012 09:33:03 +0000 Subject: [PATCH] Partially cleanup the TODOS git-svn-id: https://svn.dealii.org/branches/branch_cmake@27572 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/TODO.CMAKE | 2 -- deal.II/source/base/function_parser.cc | 7 ++++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/deal.II/TODO.CMAKE b/deal.II/TODO.CMAKE index dd2cfa6abd..c21bfeeb10 100644 --- a/deal.II/TODO.CMAKE +++ b/deal.II/TODO.CMAKE @@ -9,6 +9,4 @@ Minor: * The following feature has to be written: TECPLOT * Fixup the TODOs in - source/lac/sparse_dircect.cc source/base/path_find.cc - source/base/function_parser.cc diff --git a/deal.II/source/base/function_parser.cc b/deal.II/source/base/function_parser.cc index 893571b6ad..45a01dda35 100644 --- a/deal.II/source/base/function_parser.cc +++ b/deal.II/source/base/function_parser.cc @@ -133,8 +133,6 @@ void FunctionParser::initialize (const std::string &variables, // problems with the number of // variables... } -/* -TODO: Remove or port to fparser 4.5 // Now we define how many variables // we expect to read in. We // distinguish between two cases: @@ -153,13 +151,16 @@ TODO: Remove or port to fparser 4.5 else n_vars = dim; +/* // Let's check if the number of // variables is correct... AssertThrow (n_vars == fp[0].NVars(), +! ~~~~~~~ +! not available anymore in fparser-4.5, maier 2012 ExcDimensionMismatch(n_vars,fp[0].NVars())); +*/ // Now set the initialization bit. -*/ initialized = true; } -- 2.39.5