From fddcaa640960c195f4af12ee3f3789fb020d9d75 Mon Sep 17 00:00:00 2001
From: frohne <frohne@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 19 Feb 2013 17:07:29 +0000
Subject: [PATCH] fix of the output for cell_constitution

git-svn-id: https://svn.dealii.org/trunk@28474 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/examples/step-42/step-42.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deal.II/examples/step-42/step-42.cc b/deal.II/examples/step-42/step-42.cc
index 80a285ee3b..03c726b5dd 100644
--- a/deal.II/examples/step-42/step-42.cc
+++ b/deal.II/examples/step-42/step-42.cc
@@ -896,6 +896,7 @@ namespace Step42
     unsigned int plast_points = 0;
     double       yield = 0;
     unsigned int cell_number = 0;
+    cell_constitution = 0;
 
     for (; cell!=endc; ++cell)
       if (cell->is_locally_owned())
-- 
2.39.5