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

bugfix

[[Imported from SVN: r8056]]
parent e434ab9a
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ void testEnergy(const GridType* grid, const std::vector<TargetSpace>& coefficien
matrix.mv(coefficients[j].r, tmp);
rotatedCoefficients[j].r = tmp;
rotatedCoefficients[j].q = testRotations[i].mult(rotatedCoefficients[j].q);
rotatedCoefficients[j].q = testRotations[i].mult(coefficients[j].q);
}
std::cout << "energy: " << assembler.energy(*grid->template leafbegin<0>(),
......
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