From: wolf Date: Wed, 24 Mar 2004 21:01:34 +0000 (+0000) Subject: Fix a strange sounding doc sentence. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d9f5d4ec772e33be1230f37bceadd441161ff79;p=dealii-svn.git Fix a strange sounding doc sentence. git-svn-id: https://svn.dealii.org/trunk@8868 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_handler.h b/deal.II/deal.II/include/dofs/dof_handler.h index d7583e7d78..a8e3997848 100644 --- a/deal.II/deal.II/include/dofs/dof_handler.h +++ b/deal.II/deal.II/include/dofs/dof_handler.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -208,7 +208,7 @@ class DoFDimensionInfo<3> * * @sect3{User defined renumbering schemes} * - * The @ref{DoFRenumbering} class offers a fixed number of renumbering + * The @ref{DoFRenumbering} class offers a number of renumbering * schemes like the Cuthill-McKey scheme. Basically, the function sets * up an array in which for each degree of freedom the index is stored * which is to be assigned by the renumbering. Using this array, the