From c4ff5f7e6fddbc996e234f1cf49894e0ac16ff29 Mon Sep 17 00:00:00 2001 From: pelteret Date: Sat, 24 Dec 2011 05:52:30 +0000 Subject: [PATCH] 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 --- deal.II/examples/step-44/step-44.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5