From: Joerg Frohne Date: Tue, 19 Feb 2013 17:07:29 +0000 (+0000) Subject: fix of the output for cell_constitution X-Git-Tag: v8.0.0~1224 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f0eec60465f6eafc8d81beff4ecdd1b522868d9;p=dealii.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())