From: Wolfgang Bangerth Date: Tue, 9 Oct 2001 14:48:39 +0000 (+0000) Subject: Fix a documentation inconsistency (note: this class is not used, it is X-Git-Tag: v8.0.0~18686 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe05370c79cf7395511e57148aae351055dd0917;p=dealii.git 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 --- 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*/