Skip to content
Snippets Groups Projects
Commit 185def2f authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Fix index bug in globalp2mapper.hh

parent 63644fd1
No related branches found
No related tags found
No related merge requests found
Pipeline #5938 passed
This commit is part of merge request !75. Comments created here will be created in the context of that merge request.
......@@ -62,7 +62,7 @@ namespace Dune {
case 0: // element dofs
globalIndex = globalElementIndex.index(element.template subEntity<0>(entity))
+ globalVertexIndex.size(2);
+ globalVertexIndex.size(1);
break;
default:
......
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