From 1e30ea7f9b057d9c5059377bd4dad570096a12e6 Mon Sep 17 00:00:00 2001 From: Andrea Bonito Date: Tue, 4 Jan 2011 15:34:28 +0000 Subject: [PATCH] typo git-svn-id: https://svn.dealii.org/trunk@23121 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-38/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-38/doc/intro.dox b/deal.II/examples/step-38/doc/intro.dox index d7065e99d5..939cab5a41 100644 --- a/deal.II/examples/step-38/doc/intro.dox +++ b/deal.II/examples/step-38/doc/intro.dox @@ -151,7 +151,7 @@ We produce one test case for a 2d problem and another one for 3d: @f] Since we are on the unit circle, $\mathbf n=\mathbf x$ so that @f[ - -\Delta_\Gamma u = -8 x_1x_2$. + -\Delta_\Gamma u = -8 x_1x_2. @f] A somewhat simpler way, at least for the current case of a curve in -- 2.39.5