From: wolf Date: Tue, 9 Oct 2001 14:48:12 +0000 (+0000) Subject: Fix a documentation inconsistency (note: this class is not used, it is X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a45507aaa6c2a48889977f1084542d466a5819d8;p=dealii-svn.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/branches/Branch-3-2@5132 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*/