diff --git a/dune/gfe/cosseratenergystiffness.hh b/dune/gfe/cosseratenergystiffness.hh index 4b1ecdcb2c7cd25f109d8f504d5d35cb14b19320..cc72f3b64cb657ea6e3ff1f8063a7a3810dfa598 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);