From df9c6af217d6c52b9f82b4bbdbb47cfe0a89ab4e Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 13 Sep 2001 12:32:13 +0000 Subject: [PATCH] Small fixes. git-svn-id: https://svn.dealii.org/trunk@4997 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-10/step-10.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-10/step-10.cc b/deal.II/examples/step-10/step-10.cc index 598dbf593a..5506b4cd3a 100644 --- a/deal.II/examples/step-10/step-10.cc +++ b/deal.II/examples/step-10/step-10.cc @@ -256,8 +256,8 @@ void gnuplot_output() // computational domain, i.e. by // computing the areas $\int_K 1 // dx=\int_{\hat K} 1 J(\hat x) d\hat - // x\approx\sum J(\hat x)w(\hat x)$ - // of all active cells of + // x \approx \sum J(\hat x)w(\hat x)$ + // of all active cells of the // triangulation and summing up these // contributions to gain the area of // the overall domain. The integrals -- 2.39.5