From b51cc14120aa73ef7841ea655d929c4ebb921ec4 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 9 Oct 2001 14:48:39 +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/trunk@5133 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