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

assert that projection onto a tangent space does the right thing

[[Imported from SVN: r6807]]
parent 462e8021
No related branches found
No related tags found
No related merge requests found
......@@ -444,6 +444,8 @@ public:
EmbeddedTangentVector projectedResult = result;
projectedResult.axpy(-1*(q*result), q);
assert(std::fabs(projectedResult * q) < 1e-7);
return projectedResult;
}
......
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