Skip to content
Snippets Groups Projects
Commit 58a39c02 authored by Peter Bastian's avatar Peter Bastian
Browse files

nothing changed

[[Imported from SVN: r391]]
parent e133fa40
No related branches found
No related tags found
No related merge requests found
......@@ -619,9 +619,7 @@ namespace Dune {
if (i <= j[q]) r=q;
else l = q+1;
}
#ifdef DUNE_ISTL_WITH_CHECKING
if (j[l]!=i) DUNE_THROW(ISTLError,"index not in compressed array");
#endif
return p[l];
}
......@@ -635,9 +633,7 @@ namespace Dune {
if (i <= j[q]) r=q;
else l = q+1;
}
#ifdef DUNE_ISTL_WITH_CHECKING
if (j[l]!=i) DUNE_THROW(ISTLError,"index not in compressed array");
#endif
return p[l];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment