From 84bb20e42b9cadd468d755d906ddb41aa0936f13 Mon Sep 17 00:00:00 2001 From: heister Date: Thu, 21 Mar 2013 17:37:54 +0000 Subject: [PATCH] step-42: fix formatting and optional command line parameter git-svn-id: https://svn.dealii.org/trunk@28975 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-42/step-42.cc | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) 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 (); -- 2.39.5