From: Timo Heister Date: Thu, 21 Mar 2013 17:37:54 +0000 (+0000) Subject: step-42: fix formatting and optional command line parameter X-Git-Tag: v8.0.0~928 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e5eb31390d0c6cd0d75057dcc20effe5d14761;p=dealii.git step-42: fix formatting and optional command line parameter git-svn-id: https://svn.dealii.org/trunk@28975 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 33fcc0f2d7..46e189af78 100644 --- a/deal.II/examples/step-42/step-42.cc +++ b/deal.II/examples/step-42/step-42.cc @@ -976,7 +976,7 @@ namespace Step42 unsigned int sum_elast_points = Utilities::MPI::sum(elast_points, mpi_communicator); unsigned int sum_plast_points = Utilities::MPI::sum(plast_points, mpi_communicator); pcout << " Number of elastic quadrature points: " << sum_elast_points - << " and plastic quadrature points: " << sum_plast_points < @@ -1278,20 +1278,20 @@ namespace Step42 else if (j == 2 || cycle > 0) plast_lin_hard->set_sigma_0 (sigma_hlp); - pcout<< " " < laplace_problem_3d (_n_refinements_global); laplace_problem_3d.run ();