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

again a typo

[[Imported from SVN: r2881]]
parent c244e8ee
No related merge requests found
......@@ -570,7 +570,7 @@ namespace Dune {
//! return LevelIndex of given entity
template<int cd>
int index (const typename GridImp::template Codim<cc>::Entity& en) const
int index (const typename GridImp::template Codim<cd>::Entity& en) const
{
assert( level_ == en.level() );
return levelIndex_[cd][ hIndexSet_.index(en) ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment