From: bangerth Date: Mon, 16 Jun 2014 16:08:15 +0000 (+0000) Subject: Improve markup. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35055d346176a988ef9bfcb8ed0e9d02c5aef417;p=dealii-svn.git Improve markup. git-svn-id: https://svn.dealii.org/trunk@33051 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);