Skip to content
Snippets Groups Projects
Commit 6148326b authored by Oliver Sander's avatar Oliver Sander
Browse files

entitypointer doesn't need to store the level itself

[[Imported from SVN: r2112]]
parent dc668f4d
No related branches found
No related tags found
No related merge requests found
......@@ -33,12 +33,10 @@ namespace Dune {
}
//! ask for level of entity
int level () const {return level_;}
int level () const {return virtualEntity_.level();}
protected:
int level_; //!< level where element is on
mutable UGMakeableEntity<codim,dim,GridImp> virtualEntity_; //!< virtual entity
};
......
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