From 8e55cd8718cf5d3de7b5ce452c1c312a4e6d9d06 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Tue, 3 Sep 2013 16:30:25 +0000
Subject: [PATCH] Do not print the energy in the main loop -- that's redundant

[[Imported from SVN: r9433]]
---
 cosserat-continuum.cc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/cosserat-continuum.cc b/cosserat-continuum.cc
index 857c0d69..e2f992ca 100644
--- a/cosserat-continuum.cc
+++ b/cosserat-continuum.cc
@@ -295,9 +295,6 @@ int main (int argc, char *argv[]) try
         //   Solve!
         // /////////////////////////////////////////////////////
 
-        std::cout << "Energy: " << assembler.computeEnergy(x) << std::endl;
-        //exit(0);
-
         solver.setInitialSolution(x);
         solver.solve();
 
-- 
GitLab