]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Initialize member variables. 3467/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 4 Nov 2016 20:38:24 +0000 (14:38 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 4 Nov 2016 20:38:24 +0000 (14:38 -0600)
source/base/function_parser.cc

index 354c740b303e34418c1f6d5a513ddf4db0bb2904..6c12007b1fdace0956752c187cb9cc78f55a3e4c 100644 (file)
@@ -50,7 +50,9 @@ FunctionParser<dim>::FunctionParser(const unsigned int n_components,
                                     const double       initial_time,
                                     const double       h)
   :
-  AutoDerivativeFunction<dim>(h, n_components, initial_time)
+  AutoDerivativeFunction<dim>(h, n_components, initial_time),
+  initialized (false),
+  n_vars (0)
 {}
 
 

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.