From: pelteret Date: Sat, 24 Dec 2011 05:52:30 +0000 (+0000) Subject: Step-44: Fixed a doxygen problem. More to find though, but it seems to compile albeit... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4ff5f7e6fddbc996e234f1cf49894e0ac16ff29;p=dealii-svn.git Step-44: Fixed a doxygen problem. More to find though, but it seems to compile albeit with a million warnings... git-svn-id: https://svn.dealii.org/trunk@24856 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-44/step-44.cc b/deal.II/examples/step-44/step-44.cc index 15b7c82cdc..8efafa55dd 100644 --- a/deal.II/examples/step-44/step-44.cc +++ b/deal.II/examples/step-44/step-44.cc @@ -566,7 +566,7 @@ public: // The tangent matrix for this material is also calculated from the SEF by // \f$ JC_{ijkl} = F_{iA} F_{jB} H_{ABCD} F_{kC} F_{lD}\f$ // with - // \f$ \mathbf{H} = \frac{\partial^{2} \hat{\phi}}{\partial \mathbf{C} \partial \mathbf{C}} + // \f$ \mathbf{H} = \frac{\partial^{2} \hat{\phi}}{\partial \mathbf{C} \partial \mathbf{C}} \f$ SymmetricTensor<4, dim> get_JC (const double & J, const SymmetricTensor <2, dim> & B) {