From bacbb958b8e504918f4635f9b5a440b9e24c6389 Mon Sep 17 00:00:00 2001 From: heister Date: Tue, 19 Mar 2013 14:35:42 +0000 Subject: [PATCH] step-42: remove some timingoutput git-svn-id: https://svn.dealii.org/trunk@28943 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-42/step-42.cc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/deal.II/examples/step-42/step-42.cc b/deal.II/examples/step-42/step-42.cc index 1bc68abd6b..25f86d3827 100644 --- a/deal.II/examples/step-42/step-42.cc +++ b/deal.II/examples/step-42/step-42.cc @@ -1540,10 +1540,6 @@ int main (int argc, char *argv[]) deallog.depth_console (0); - clock_t start, end; - - start = clock(); - Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv); { int _n_refinements_global = 3; @@ -1557,8 +1553,5 @@ int main (int argc, char *argv[]) laplace_problem_3d.run (); } - end = clock(); - cout<< "%%%%%% Rechenzeit overall = " << (double)(end-start)/CLOCKS_PER_SEC <