From 4621baeea1fe39cb846e0e7fba5a79961ddd528b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 6 Oct 2011 23:40:17 +0000 Subject: [PATCH] More latex fixes. git-svn-id: https://svn.dealii.org/trunk@24550 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/step-32.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index cda74f4ff6..afbf64cb53 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -1723,8 +1723,8 @@ namespace Step32 // would need to perform two loops. We can // avoid the overhead by noting that // $\|E(T)-\bar{E}(T)\|_\infty = - // \max\big(E_\max{}(T)-\bar{E}(T), - // \bar{E}(T)-E_\min{}(T)\big)$, i.e., the + // \max\big(E_{\textrm{max}}(T)-\bar{E}(T), + // \bar{E}(T)-E_{\textrm{min}}(T)\big)$, i.e., the // maximum out of the deviation from the // average entropy in positive and negative // directions. The four quantities we need -- 2.39.5