From: Wolfgang Bangerth Date: Mon, 5 May 2003 14:07:49 +0000 (+0000) Subject: Correct a few small things. X-Git-Tag: v8.0.0~16571 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9da09969f331b709a0d5ff3d1e122085c81776f;p=dealii.git Correct a few small things. git-svn-id: https://svn.dealii.org/trunk@7578 0785d39b-7218-0410-832d-ea1e28bc413d --- 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