]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed (hopefully) bug that prevented intel compiler to end the compilation.
authorLuca Heltai <luca.heltai@sissa.it>
Tue, 8 Mar 2005 08:57:23 +0000 (08:57 +0000)
committerLuca Heltai <luca.heltai@sissa.it>
Tue, 8 Mar 2005 08:57:23 +0000 (08:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@10039 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/function_parser.h

index 170a79f1f8f1a10e36a365147d907d98051439f9..d4f38011d725410f59ad1b95fc32a6c92d0cdd58 100644 (file)
@@ -250,7 +250,7 @@ class FunctionParser : public Function<dim>
   */
   void initialize(const std::string vars,
                  const std::vector<std::string> expressions,
-                 const ConstMap constants = 0,
+                 const ConstMap constants,
                  bool time_dependent = false,
                  bool use_degrees = false);
   
@@ -287,7 +287,7 @@ class FunctionParser : public Function<dim>
   */
   void initialize(const std::string vars,
                  const std::string expression,
-                 const ConstMap constants = 0,
+                 const ConstMap constants,
                  bool time_dependent = false,
                  bool use_degrees = false);
   

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.