]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Also change the signatures of functions if the function parser is not used.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 Mar 2007 05:38:14 +0000 (05:38 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 Mar 2007 05:38:14 +0000 (05:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@14596 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/function_parser.cc

index 7953dc5dd4efa793b532e7adb03287827468df91..e8a0f14cf6259032a3b77b602866393c8f6c9382 100644 (file)
@@ -213,18 +213,24 @@ void FunctionParser<dim>::vector_value (const Point<dim> &p,
 
 
 template <int dim>
-void FunctionParser<dim>::initialize(
-  const std::string, const std::vector<std::string>,
-  std::map<std::string, double>, bool, bool)
+void
+FunctionParser<dim>::initialize(const std::string &,
+                               const std::vector<std::string> &,
+                               const std::map<std::string, double> &,
+                               const bool,
+                               const bool)
 {
   Assert(false, ExcDisabled("parser"));
 }
 
 
 template <int dim>
-void FunctionParser<dim>::initialize(
-  const std::string, const std::string,
-  std::map<std::string, double>, bool, bool)
+void
+FunctionParser<dim>::initialize(const std::string &,
+                               const std::string &,
+                               const std::map<std::string, double> &,
+                               const bool,
+                               const bool)
 {
   Assert(false, ExcDisabled("parser"));
 }

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.