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

fix minor bug in a comment

[[Imported from SVN: r8024]]
parent a48e8320
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ public: // for testing ...@@ -86,7 +86,7 @@ public: // for testing
// However, since the directors of a given unit quaternion are the _columns_ of the // However, since the directors of a given unit quaternion are the _columns_ of the
// corresponding orthogonal matrix, we need to invert the i and j indices // corresponding orthogonal matrix, we need to invert the i and j indices
// //
// So, if I am not mistaken, DR[i][j][k] contains \partial M_ij / \partial k // So, if I am not mistaken, DR[i][j][k] contains \partial R_ij / \partial k
Tensor3<double,3 , 3, 4> dd_dq; Tensor3<double,3 , 3, 4> dd_dq;
value.q.getFirstDerivativesOfDirectors(dd_dq); value.q.getFirstDerivativesOfDirectors(dd_dq);
......
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