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

bugfix: internal call of computeDR was missing an argument

[[Imported from SVN: r7567]]
parent 4a3b98b7
No related branches found
No related tags found
No related merge requests found
...@@ -260,7 +260,7 @@ energy(const Entity& element, ...@@ -260,7 +260,7 @@ energy(const Entity& element,
////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////
Tensor3<double,3,3,3> DR; Tensor3<double,3,3,3> DR;
computeDR(derivative, DR); computeDR(value, derivative, DR);
// Add the local energy density // Add the local energy density
if (gridDim==2) { if (gridDim==2) {
......
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