Skip to content
Snippets Groups Projects
Commit 8e55cd87 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Do not print the energy in the main loop -- that's redundant

[[Imported from SVN: r9433]]
parent 6aaa804a
No related branches found
No related tags found
No related merge requests found
...@@ -295,9 +295,6 @@ int main (int argc, char *argv[]) try ...@@ -295,9 +295,6 @@ int main (int argc, char *argv[]) try
// Solve! // Solve!
// ///////////////////////////////////////////////////// // /////////////////////////////////////////////////////
std::cout << "Energy: " << assembler.computeEnergy(x) << std::endl;
//exit(0);
solver.setInitialSolution(x); solver.setInitialSolution(x);
solver.solve(); solver.solve();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment