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

subIndex for codim 0 enabled.

[[Imported from SVN: r3134]]
parent 914cec73
No related branches found
No related tags found
No related merge requests found
......@@ -426,7 +426,6 @@ namespace Dune {
struct IndexWrapper<IMPLElemType, hexa, 0>
{
static inline int subIndex(const IMPLElemType &elem, int i) {
assert(false);
return i;
}
};
......
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