From: wolf Date: Fri, 15 Nov 2002 01:19:38 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1834b0b7bc083f112144a929edd8612371c5900;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@6771 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/table.h b/deal.II/base/include/base/table.h index 6fd70e707f..5de5813aa9 100644 --- a/deal.II/base/include/base/table.h +++ b/deal.II/base/include/base/table.h @@ -242,7 +242,7 @@ class TableIndices<5> : public TableIndicesBase<5> * Array of indices of fixed size used for the @ref{TableBase} * class. * - * This is the specialization for a four-dimensional table. This class + * This is the specialization for a six-dimensional table. This class * only differs in the non-default constructors from the other * specializations. Actual storage of and access to data is done by * the @ref{TableIndicesBase} base class of a specializations.