]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Initialize member variable to avoid warning by ICC.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Nov 2010 04:45:36 +0000 (04:45 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Nov 2010 04:45:36 +0000 (04:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@22887 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-39/step-39.cc

index 5cb4bf77580b5c8669f834c93a26eb75b19e5c5d..fad4b62eb84aabd7ccf57095dee6fada9c099265 100644 (file)
@@ -411,6 +411,7 @@ class Step39
 template <int dim>
 Step39<dim>::Step39(const FiniteElement<dim>& fe)
                :
+                mapping(),
                fe(fe),
                mg_dof_handler(triangulation),
                dof_handler(mg_dof_handler),

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.