From ae314994686a30938d01dc229459d718cf46ffbf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 16 Jun 2014 16:08:15 +0000 Subject: [PATCH] Improve markup. git-svn-id: https://svn.dealii.org/trunk@33051 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-1/step-1.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-1/step-1.cc b/deal.II/examples/step-1/step-1.cc index eab42734ff..3653accf24 100644 --- a/deal.II/examples/step-1/step-1.cc +++ b/deal.II/examples/step-1/step-1.cc @@ -1,7 +1,7 @@ /* --------------------------------------------------------------------- * $Id$ * - * Copyright (C) 1999 - 2013 by the deal.II authors + * Copyright (C) 1999 - 2014 by the deal.II authors * * This file is part of the deal.II library. * @@ -64,7 +64,7 @@ void first_grid () // to write programs in an essentially dimension independent way. // Next, we want to fill the triangulation with a single cell for a square - // domain. The triangulation is the refined four times, to yield 4^4=256 + // domain. The triangulation is the refined four times, to yield $4^4=256$ // cells in total: GridGenerator::hyper_cube (triangulation); triangulation.refine_global (4); -- 2.39.5