From d9da09969f331b709a0d5ff3d1e122085c81776f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 5 May 2003 14:07:49 +0000 Subject: [PATCH] Correct a few small things. git-svn-id: https://svn.dealii.org/trunk@7578 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-16/step-16.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-16/step-16.cc b/deal.II/examples/step-16/step-16.cc index 5c189f6643..0fc88de0b4 100644 --- a/deal.II/examples/step-16/step-16.cc +++ b/deal.II/examples/step-16/step-16.cc @@ -1,10 +1,10 @@ /* $Id$ */ -/* Author: Wolfgang Bangerth, University of Heidelberg, 1999 */ +/* Author: Guido Kanschat, University of Heidelberg, 2003 */ /* $Id$ */ /* Version: $Name$ */ /* */ -/* Copyright (C) 1999, 2000, 2001, 2002, 2003 by the deal.II authors */ +/* Copyright (C) 2003 by the deal.II authors */ /* */ /* This file is subject to QPL and may not be distributed */ /* without copyright and license information. Please refer */ @@ -63,12 +63,12 @@ // class in step 5. Remark that we // replaced the DoFHandler by // MGDoFHandler. since this inherits - // fron DoFHandler, the new object + // from DoFHandler, the new object // incorporates the old functionality // plus the new functions for degrees // of freedom on different // levels. Furthermore, we added - // MultiLevelObjects for sparsity + // MGLevelObjects for sparsity // patterns and matrices. template class LaplaceProblem -- 2.39.5