From e4010b4e469320fd543e6ae2f111687dd937c638 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Tue, 25 Oct 2011 12:20:31 +0000 Subject: [PATCH] fix minor bug in a comment [[Imported from SVN: r8024]] --- dune/gfe/cosseratenergystiffness.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/gfe/cosseratenergystiffness.hh b/dune/gfe/cosseratenergystiffness.hh index 4b1ecdcb..cc72f3b6 100644 --- a/dune/gfe/cosseratenergystiffness.hh +++ b/dune/gfe/cosseratenergystiffness.hh @@ -86,7 +86,7 @@ public: // for testing // 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 // - // 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; value.q.getFirstDerivativesOfDirectors(dd_dq); -- GitLab