From 7b50da97216d879869b358875b71503483879133 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 17 Jun 2014 14:52:02 +0000 Subject: [PATCH] Better markup. git-svn-id: https://svn.dealii.org/trunk@33056 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-3/step-3.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-3/step-3.cc b/deal.II/examples/step-3/step-3.cc index eab972bc87..c692a1f58f 100644 --- a/deal.II/examples/step-3/step-3.cc +++ b/deal.II/examples/step-3/step-3.cc @@ -156,10 +156,10 @@ Step3::Step3 () // degree of freedom. We have seen these two steps in step-1 and step-2 // before, respectively. // -// This function does the first part, creating the mesh. -// We create the grid and refine all cells five times. Since the initial -// grid (which is the square [-1,1]x[-1,1]) consists of only one cell, the -// final grid has 32 times 32 cells, for a total of 1024. +// This function does the first part, creating the mesh. We create the grid +// and refine all cells five times. Since the initial grid (which is the +// square $[-1,1] \times [-1,1]$) consists of only one cell, the final grid +// has 32 times 32 cells, for a total of 1024. // // Unsure that 1024 is the correct number? We can check that by outputting the // number of cells using the n_active_cells() function on the -- 2.39.5