Skip to content
Snippets Groups Projects
Commit c244e8ee authored by Christian Engwer's avatar Christian Engwer
Browse files

typo

[[Imported from SVN: r2880]]
parent 180285e8
Branches
Tags
No related merge requests found
......@@ -569,11 +569,11 @@ namespace Dune {
}
//! return LevelIndex of given entity
template<int cc>
int index (const typename GridImp::template Codim<cc>::Entity& e) const
template<int cd>
int index (const typename GridImp::template Codim<cc>::Entity& en) const
{
assert( level_ == en.level() );
return levelIndex_[cc][ hIndexSet_.index(e) ];
return levelIndex_[cd][ hIndexSet_.index(en) ];
}
//! return subIndex (LevelIndex) for a given Entity of codim = 0 and a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment