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

added missing const

[[Imported from SVN: r310]]
parent a94999fa
No related branches found
No related tags found
No related merge requests found
......@@ -774,7 +774,7 @@ namespace Dune {
template<class V>
bool includesindexset (const V& y)
{
typename V::Iterator e=y.end();
typename V::ConstIterator e=y.end();
for (size_type i=0; i<this->n; i++)
if (y.find((this->j)[i])==e)
return false;
......
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