From 4cdf51a951780064bb518923bb48c597b97f1816 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 2 Sep 2007 02:08:09 +0000 Subject: [PATCH] Avoid backslash at the end of a line. git-svn-id: https://svn.dealii.org/trunk@15099 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-10/step-10.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-10/step-10.cc b/deal.II/examples/step-10/step-10.cc index a29e810cb7..cd4a70f13a 100644 --- a/deal.II/examples/step-10/step-10.cc +++ b/deal.II/examples/step-10/step-10.cc @@ -270,10 +270,10 @@ void gnuplot_output() // 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)$, where the + // $\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 -- 2.39.5