From 5c2b3aec8b0413aef2a3191b6a1458c0df4b4ff4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 17:03:40 +0000 Subject: [PATCH] One more improvement. git-svn-id: https://svn.dealii.org/trunk@12637 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-10/step-10.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-10/step-10.cc b/deal.II/examples/step-10/step-10.cc index d61f676ddf..c51d88c6a1 100644 --- a/deal.II/examples/step-10/step-10.cc +++ b/deal.II/examples/step-10/step-10.cc @@ -267,7 +267,7 @@ void gnuplot_output() // computational domain, i.e. by // computing the areas $\int_K 1 // dx=\int_{\hat K} 1\ \text{det}\ J(\hat x) - // d\hat x \approx \sum \text{det}\ J(\hat + // d\hat x \approx \sum_i \text{det}\ J(\hat // x_i)w(\hat x_i)$, where the sum // extends over all quadrature points // on all active cells in the -- 2.39.5