]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Partially cleanup the TODOS
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 19 Nov 2012 09:33:03 +0000 (09:33 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 19 Nov 2012 09:33:03 +0000 (09:33 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27572 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/TODO.CMAKE
deal.II/source/base/function_parser.cc

index dd2cfa6abdd3dbf71380b2e5e21b31dae13e4d2f..c21bfeeb107d3ec5f263036a0a1d2d2883098eaf 100644 (file)
@@ -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
index 893571b6adca02605fb9947cd2c84160981ee4f7..45a01dda355f5b556fbe2bd3d7b9c2ed07571085 100644 (file)
@@ -133,8 +133,6 @@ void FunctionParser<dim>::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;
 }
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.