From a45507aaa6c2a48889977f1084542d466a5819d8 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 9 Oct 2001 14:48:12 +0000 Subject: [PATCH] Fix a documentation inconsistency (note: this class is not used, it is there only for doc purposes). git-svn-id: https://svn.dealii.org/branches/Branch-3-2@5132 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 b5e84e5190..5385ceff5e 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -606,7 +606,7 @@ class TriaObjectAccessor : public TriaAccessor * and will give a linker error if * used anyway. */ - void operator = (const TriaObjectAccessor<3, dim> &); + void operator = (const TriaObjectAccessor &); protected: /**@name Advancement of iterators*/ -- 2.39.5