From: Wolfgang Bangerth Date: Wed, 14 Apr 2004 22:07:50 +0000 (+0000) Subject: Remove output. X-Git-Tag: v8.0.0~15342 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f88766b8206d582695b648e831c1ed56fef90f0;p=dealii.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; }