From 2d35f9290c0573058c7887601c3a592d4bcc3a5c Mon Sep 17 00:00:00 2001 From: kronbichler Date: Thu, 17 Jan 2013 08:51:07 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.dealii.org/trunk@28097 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/base/table.h b/deal.II/include/deal.II/base/table.h index 607eb1a7eb..83fa744446 100644 --- a/deal.II/include/deal.II/base/table.h +++ b/deal.II/include/deal.II/base/table.h @@ -436,7 +436,7 @@ namespace internal * two major differences. The first is that the Tensor class * stores only numeric values (as doubles), while the Table * class stores arbitrary objects. The second is that the Tensor - * class has fixed dimensions, also give as a template argument, while + * class has fixed dimensions, also given as a template argument, while * this class can handle arbitrary dimensions, which may also be * different between different indices. * -- 2.39.5