From 9872567a8b18bf45250dc1f8c1bdb545bc66868b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 21 Nov 2012 13:22:11 +0000 Subject: [PATCH] Avoid a multiline comment. git-svn-id: https://svn.dealii.org/trunk@27658 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-10/step-10.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-10/step-10.cc b/deal.II/examples/step-10/step-10.cc index 0597832ab3..d9bf4843a7 100644 --- a/deal.II/examples/step-10/step-10.cc +++ b/deal.II/examples/step-10/step-10.cc @@ -160,8 +160,9 @@ namespace Step10 // circle of radius 1, the area represents just the number that is searched // for. The numerical computation of the area is performed by integrating // the constant function of value 1 over the whole computational domain, - // i.e. by computing the areas $\int_K 1 dx=\int_{\hat K} 1 \ \textrm{det}\ - // J(\hat x) d\hat x \approx \sum_i \textrm{det} \ J(\hat x_i)w(\hat x_i)$, + // i.e. by computing the areas $\int_K 1 dx=\int_{\hat K} 1 + // \ \textrm{det}\ J(\hat x) d\hat x \approx \sum_i \textrm{det} + // \ J(\hat x_i)w(\hat x_i)$, // where the sum extends over all quadrature points on all active cells in // the triangulation, with $w(x_i)$ being the weight of quadrature point // $x_i$. The integrals on each cell are approximated by numerical -- 2.39.5