Skip to content
Snippets Groups Projects
Commit 80a0e876 authored by Adrian Burri's avatar Adrian Burri
Browse files

Quick and dirty for alberta

[[Imported from SVN: r3727]]
parent a80bdc8a
Branches
Tags
No related merge requests found
......@@ -49,13 +49,11 @@ namespace Dune {
{}
int twistInSelf(IntersectionIterator& it) const {
DUNE_THROW(NotImplemented, "Hey, implement it yourself if you need it!");
return 0;
}
int twistInNeighbor(IntersectionIterator& it) const {
DUNE_THROW(NotImplemented, "Hey, implement it yourself if you need it!");
return 0;
return 1;
}
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment