From 0f0eec60465f6eafc8d81beff4ecdd1b522868d9 Mon Sep 17 00:00:00 2001 From: Joerg Frohne 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