From: bangerth Date: Tue, 22 Feb 2011 04:59:40 +0000 (+0000) Subject: Properly write formulas. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36a24dcee8ad19deec34149c0c119847a1dfd59b;p=dealii-svn.git Properly write formulas. git-svn-id: https://svn.dealii.org/trunk@23407 0785d39b-7218-0410-832d-ea1e28bc413d --- 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