Skip to content
Snippets Groups Projects
Commit c63ddef4 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

bugfix: the correct energy is *half* the integral.

[[Imported from SVN: r5807]]
parent aefc1c13
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ energy(const Entity& element,
}
return energy;
return 0.5 * energy;
}
#endif
......
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