]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix one more forgotten thing.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 12 Apr 2004 16:50:53 +0000 (16:50 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 12 Apr 2004 16:50:53 +0000 (16:50 +0000)
git-svn-id: https://svn.dealii.org/trunk@8994 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-17/step-17.cc

index 3569f1f0c232cf497eea9394c7da18b74b11a455..4980331a8a8e14c0555ee9eb600bf83c8634d23e 100644 (file)
@@ -1162,9 +1162,10 @@ void ElasticProblem<dim>::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<dim>::run ()
 
       setup_system ();
 
-                                       // xxx
       if (this_mpi_process == 0)
         {
           std::cout << "   Number of degrees of freedom: "

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.