]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
step-42: remove some timingoutput
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 19 Mar 2013 14:35:42 +0000 (14:35 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 19 Mar 2013 14:35:42 +0000 (14:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@28943 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 1bc68abd6bdf6a90379704985f24a6d293309347..25f86d3827b797153602652c7a75823feb63ce13 100644 (file)
@@ -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 <<std::endl;
-
   return 0;
 }

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.