From 36a24dcee8ad19deec34149c0c119847a1dfd59b Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 22 Feb 2011 04:59:40 +0000 Subject: [PATCH] Properly write formulas. git-svn-id: https://svn.dealii.org/trunk@23407 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 cd0bee28dc..228afda708 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -152,7 +152,7 @@ namespace EquationData // we can integrate the pressure // equation in depth to get that // the adiabatic pressure equals - // P(r) = rho_0 \int_r^{R_1} g(r) dr + // $P(r) = rho_0 \int_r^{R_1} g(r) dr$ // // using the model for the // gravity vector above, this @@ -167,7 +167,7 @@ namespace EquationData { // the static, adiabatic // temperature satisfies - // dT/dr = -T alpha/c_P g + // $dT/dr = -T alpha/c_P g$ // let's assume constant gravity, // then we get by integration -- 2.39.5