From ff5ebdfdef572e6630ff727e2be9508bb4e66aaa Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 17 Jun 1999 20:10:13 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@1408 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index 25d6a99546..a4b780be7a 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -427,7 +427,7 @@ class LineAccessor : public TriaAccessor { * you exactly know what you are doing, * since this value is reserved for * another purpose and algorithms may - * not work if boundary cells have have + * not work if boundary cells have * this boundary indicator or if interior * cells have boundary indicators other * than 255. -- 2.39.5