Skip to content
Snippets Groups Projects
Commit 9f4a376c authored by Christian Engwer's avatar Christian Engwer
Browse files

small documention changes

[[Imported from SVN: r1804]]
parent 018105cd
Branches
Tags
No related merge requests found
......@@ -103,18 +103,15 @@ namespace Dune
enum { codim = IteratorImp::codimension };
typedef IteratorImp DerivedType;
typedef Entity Value;
typedef Entity* Pointer;
typedef Entity& Reference;
/** @brief Dereferencing operator. */
Reference operator*() const
Entity & operator*() const
{
return realIterator.dereference();
}
/** @brief Pointer operator. */
Pointer operator->() const
Entity * operator->() const
{
return & realIterator.dereference();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment