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

Bugfix

[[Imported from SVN: r2719]]
parent 51e84b92
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ namespace Dune {
}
int combinedDof(int containedIndex, int component) const {
return containedIndex*N + component;
return containedIndex*numComponents_ + component;
}
private:
......
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