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

Fix index bug in globalp2mapper.hh

parent a51a94ef
No related branches found
No related tags found
1 merge request!75System test for the Cosserat rod problem
......@@ -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