From: Wolfgang Bangerth Date: Tue, 17 Jun 2014 14:52:02 +0000 (+0000) Subject: Better markup. X-Git-Tag: v8.2.0-rc1~382 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9353fa97ef84a8472acf48391e2415dedb46a76a;p=dealii.git Better markup. git-svn-id: https://svn.dealii.org/trunk@33056 0785d39b-7218-0410-832d-ea1e28bc413d --- 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