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

bugfix: getRealEntity has been replaced by getRealImplementation

[[Imported from SVN: r4027]]
parent 0fe865dd
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,7 @@ namespace Dune {
template<int cd>
GlobalIdType subId (const typename RemoveConst<GridImp>::Type::Traits::template Codim<0>::Entity& e, int i) const
{
return grid_.template getRealEntity<0>(e).template subId<cd>(i);
return grid_.template getRealImplementation(e).template subId<cd>(i);
}
/** \todo Should be private */
......
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