Skip to content
Snippets Groups Projects
Commit e0a3ab0c authored by Max Kahnt's avatar Max Kahnt
Browse files

Decrease typedef clutter.

parent 7c434b56
No related branches found
No related tags found
No related merge requests found
Pipeline #10808 passed
...@@ -19,11 +19,10 @@ class SubGridFaceIterator : ...@@ -19,11 +19,10 @@ class SubGridFaceIterator :
{ {
enum {dim=GridImp::dimension}; enum {dim=GridImp::dimension};
typedef typename GridImp::ctype ctype; using ctype = typename GridImp::ctype;
public: public:
typedef typename GridImp::HostGridType::template Codim<0>::Entity HostElement; using HostElement = typename GridImp::HostGridType::template Codim<0>::Entity;
typedef typename GridImp::HostGridType::LevelGridView::IntersectionIterator HostLevelIntersectionIterator;
//! Default Constructor. //! Default Constructor.
SubGridFaceIterator() SubGridFaceIterator()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment