From: wolf 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b51cc14120aa73ef7841ea655d929c4ebb921ec4;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/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*/