Skip to content
Snippets Groups Projects
Commit 83659e8c authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

Minor changes.

[[Imported from SVN: r798]]
parent c74c90de
No related branches found
No related tags found
No related merge requests found
......@@ -807,7 +807,6 @@ namespace Dune {
SimpleHierarchicIterator(SimpleElement<dim,dimworld> & geo) : enty(geo)
{
//throw GridError ("SimpleHierarchicIterator not implemented!");
assert(false);
//abort();
}
......@@ -815,7 +814,6 @@ namespace Dune {
//! prefix increment
SimpleHierarchicIteratorType& operator++()
{
//throw GridError ("SimpleHierarchicIterator not implemented!");
assert(false);
//abort();
return *this;
......@@ -850,7 +848,6 @@ namespace Dune {
//! arrow
SimpleEntity<0,dim,dimworld>* operator->()
{
throw GridError ("SimpleHierarchicIterator not implemented!");
assert(false);
abort();
return &enty;
......
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