From: Wolfgang Bangerth Date: Wed, 21 Nov 2012 13:22:11 +0000 (+0000) Subject: Avoid a multiline comment. X-Git-Tag: v8.0.0~1783 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9872567a8b18bf45250dc1f8c1bdb545bc66868b;p=dealii.git Avoid a multiline comment. git-svn-id: https://svn.dealii.org/trunk@27658 0785d39b-7218-0410-832d-ea1e28bc413d --- 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