Skip to content
Snippets Groups Projects
Commit 74c550a4 authored by Robert Kloefkorn's avatar Robert Kloefkorn
Browse files

make compile with new dune-alugrid.

parent 113d32de
No related branches found
No related tags found
No related merge requests found
......@@ -286,7 +286,11 @@ protected:
// the ALUGrid partitioner expects it this way
{
db.edgeUpdate (
typename LoadBalancerType :: GraphEdge ( eid, nid, weight )
typename LoadBalancerType :: GraphEdge ( eid, nid, weight
#if HAVE_DUNE_ALUGRID
,-1, -1
#endif
)
);
}
}
......
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