From e22705c923eb19273bb6e59b702017db8c2e0ae0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 24 Nov 2010 13:16:41 +0000 Subject: [PATCH] Fix grammar. git-svn-id: https://svn.dealii.org/trunk@22852 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/io.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/doxygen/headers/io.h b/deal.II/doc/doxygen/headers/io.h index c49392857a..9d5666d1d5 100644 --- a/deal.II/doc/doxygen/headers/io.h +++ b/deal.II/doc/doxygen/headers/io.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006 by the deal.II authors +// Copyright (C) 2005, 2006, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -76,7 +76,7 @@ * DataOutBase class in some final format. Almost all example programs, * starting with step-3, make use of this method of generating output. * - * The DataOutFaces is another way to create intermediate format from + * The DataOutFaces class is another way to create intermediate format from * simulation data. However, instead of creating visualization data from each * cell of the triangulation, it only creates information for all faces of * cells that are located on the surface (though the class has a way to -- 2.39.5