From: wolf Date: Wed, 14 Apr 2004 22:07:50 +0000 (+0000) Subject: Remove output. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a735d9b180274eb9499c1f44d1c19498a6d7304;p=dealii-svn.git Remove output. git-svn-id: https://svn.dealii.org/trunk@9007 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-15/step-15.cc b/deal.II/examples/step-15/step-15.cc index 4e3cd38eb0..816c578ca9 100644 --- a/deal.II/examples/step-15/step-15.cc +++ b/deal.II/examples/step-15/step-15.cc @@ -599,7 +599,6 @@ void MinimizationProblem::run () refine_grid (); } - std::cout << " Final Energy: " << energy (dof_handler, present_solution) << std::endl; std::cout << std::endl; }