From 6372cd33d97bcf80612b2454a1797b3a5d948251 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 2 Dec 2010 00:33:26 +0000 Subject: [PATCH] Minor formula fix. git-svn-id: https://svn.dealii.org/trunk@22895 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-32/doc/intro.dox b/deal.II/examples/step-32/doc/intro.dox index 1b29e5342e..e558c9a7ba 100644 --- a/deal.II/examples/step-32/doc/intro.dox +++ b/deal.II/examples/step-32/doc/intro.dox @@ -818,7 +818,7 @@ the following quantities: x)=\rho(\|\mathbf x\|)=\rho(r)$. In that case, one would get @f[ \varphi(r) - = 4\pi G \int_0^r \frac 1{s^2} \int_0^t t^2 \rho(t) \; ds \; dt. + = 4\pi G \int_0^r \frac 1{s^2} \int_0^s t^2 \rho(t) \; ds \; dt. @f] -- 2.39.5