From a1834b0b7bc083f112144a929edd8612371c5900 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 15 Nov 2002 01:19:38 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@6771 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5