Skip to content
Snippets Groups Projects

Add `Implementation` type to `EntityIterator`

Closed Ansgar Burchardt requested to merge bugfix/add-Implementation-type-to-EntityIterator into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -33,6 +33,7 @@ namespace Dune
public:
typedef typename Grid::template Codim< codim >::Entity Entity;
using Implementation = IteratorImp;
/** \brief Type of the reference used when derefencing the Ptr */
typedef typename std::conditional<
Loading