From 5a735d9b180274eb9499c1f44d1c19498a6d7304 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 14 Apr 2004 22:07:50 +0000 Subject: [PATCH] Remove output. git-svn-id: https://svn.dealii.org/trunk@9007 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-15/step-15.cc | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.5