From: kronbichler Date: Thu, 4 Sep 2008 10:58:29 +0000 (+0000) Subject: Accidentally commited a version with timer included. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b04073a11d1e9f551929275c73da4d28f13ca039;p=dealii-svn.git Accidentally commited a version with timer included. git-svn-id: https://svn.dealii.org/trunk@16743 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index fdb5af5987..3db7b3cbca 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -20,7 +20,6 @@ #include #include #include -#include #include #include @@ -1792,7 +1791,6 @@ void BoussinesqFlowProblem::solve () // be used for the solution of the // blocked system. { - Timer computing_timer; // Set up inverse matrix for // pressure mass matrix LinearSolvers::InverseMatrix::solve () std::cout << " " << solver_control.last_step() - << " GMRES iterations for Stokes subsystem in " - << computing_timer() << " s." + << " GMRES iterations for Stokes subsystem." << std::endl; - + // Produce a constistent solution // field (we can't do this on the 'up' // vector since it does not have the