Skip to content
Snippets Groups Projects
Commit cff29401 authored by Timo Koch's avatar Timo Koch
Browse files

This is now an entity, not an entitypointer.

parent daa7ef24
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ class FoamGrid :
*/
bool mark(int refCount, const typename Traits::template Codim<0>::Entity & e)
{
if (not e->isLeaf())
if (not e.isLeaf())
return false;
/** \todo Why do I need those const_casts here? */
......
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