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

bugfix

[[Imported from SVN: r6388]]
parent 580a8528
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ public:
// Compute vector A (see notes)
Dune::FieldMatrix<double,1,dim> row;
row[0] = a.globalCoordinates();
row[0] = b.projectOntoTangentSpace(a.globalCoordinates());
row *= secondDerivativeOfArcCosSquared(sp);
Dune::FieldMatrix<double,dim,1> column;
......
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