]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Initialize all variables in quick_tests/step 3577/head
authorDaniel Arndt <d.arndt@math.uni-goettingen.de>
Sun, 13 Nov 2016 18:39:17 +0000 (19:39 +0100)
committerDaniel Arndt <d.arndt@math.uni-goettingen.de>
Sun, 13 Nov 2016 18:39:17 +0000 (19:39 +0100)
tests/quick_tests/step.cc

index b999ee5f7271957ce81768e843ba72c9884b7b6c..185092ca2b2407007dfa87d7d30ec9a53bfefca4 100644 (file)
@@ -87,7 +87,8 @@ template <int dim>
 LaplaceProblem<dim>::LaplaceProblem (const unsigned int mapping_degree) :
   fe (1),
   dof_handler (triangulation),
-  mapping (mapping_degree)
+  mapping (mapping_degree),
+  last_error(std::numeric_limits<double>::max())
 {
   deallog << "Using mapping with degree " << mapping_degree << ":"
           << std::endl

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.