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

minor documentation fix

[[Imported from SVN: r4071]]
parent d1852690
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ interpolationDerivative(const Rotation<3,RT>& q0, const Rotation<3,RT>& q1, doub
for (int i=0; i<6; i++)
grad[i] = 0;
// The derivatives with respect to w^1
// The derivatives with respect to w^0
// Compute q_1^{-1}q_0
Rotation<3,RT> q1InvQ0 = q1;
......
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