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

fix index bug

[[Imported from SVN: r7375]]
parent 718bcbbe
Branches
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ void testUnitVector3d()
for (size_t j=0; j<nDofs; j++)
for (size_t k=0; k<nDofs; k++)
embeddedHessian[j][k] = TargetSpace::secondDerivativeOfDistanceSquaredWRTSecondArgument(coefficients[j],
coefficients[j]);
coefficients[k]);
Matrix<FieldMatrix<double,2,2> > hessian(nDofs,nDofs);
// transform to local tangent space bases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment