From 4250e6f9816f72998a11275fbb87f9f307970304 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 13 Jul 2009 18:51:16 +0000 Subject: [PATCH] Fix a typo found by Jean Marie. git-svn-id: https://svn.dealii.org/trunk@19073 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-1/step-1.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-1/step-1.cc b/deal.II/examples/step-1/step-1.cc index 3fe7699fff..3b2b64a10d 100644 --- a/deal.II/examples/step-1/step-1.cc +++ b/deal.II/examples/step-1/step-1.cc @@ -1,6 +1,6 @@ /* $Id$ * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007 by the deal.II authors + * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009 by the deal.II authors * * This file is subject to QPL and may not be distributed * without copyright and license information. Please refer @@ -68,14 +68,14 @@ void first_grid () // two-dimensional domain: Triangulation<2> triangulation; // Here and in many following - // cases, the string "@<2@>" after a + // cases, the string "<2>" after a // class name indicates that this // is an object that shall work in // two space dimensions. Likewise, // there are versions of the // triangulation class that are - // working in one ("@<1@>") and three - // ("@<3@>") space dimensions. The + // working in one ("<1>") and three + // ("<3>") space dimensions. The // way this works is through some // template magic that we will // investigate in some more detail -- 2.39.5