From 019ec648b24768cd78ceec2cbb1e7674b5cd3a8a Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 12 Apr 2004 16:50:53 +0000 Subject: [PATCH] Fix one more forgotten thing. git-svn-id: https://svn.dealii.org/trunk@8994 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-17/step-17.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-17/step-17.cc b/deal.II/examples/step-17/step-17.cc index 3569f1f0c2..4980331a8a 100644 --- a/deal.II/examples/step-17/step-17.cc +++ b/deal.II/examples/step-17/step-17.cc @@ -1162,9 +1162,10 @@ void ElasticProblem::refine_grid () // Lastly, here is the driver function. It is // almost unchanged from step-8, with the // exception that we make sure that output is - // only generated from the first process, to - // avoid getting the same lines of output - // over and over again, once per + // only generated from the first process (by + // checking that ``this_mpi_process'' equals + // zero), to avoid getting the same lines of + // output over and over again, once per // process. Apart from this, the only other // cosmetic change is that we output how many // degrees of freedom there are per process, @@ -1193,7 +1194,6 @@ void ElasticProblem::run () setup_system (); - // xxx if (this_mpi_process == 0) { std::cout << " Number of degrees of freedom: " -- 2.39.5