From: frohne Date: Tue, 19 Feb 2013 17:07:29 +0000 (+0000) Subject: fix of the output for cell_constitution X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fddcaa640960c195f4af12ee3f3789fb020d9d75;p=dealii-svn.git fix of the output for cell_constitution git-svn-id: https://svn.dealii.org/trunk@28474 0785d39b-7218-0410-832d-ea1e28bc413d --- 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())