Skip to content
Snippets Groups Projects
Commit 8f4d867c authored by Markus Blatt's avatar Markus Blatt
Browse files

Bugfix: We need to get the maximum of the correct type.

[[Imported from SVN: r1032]]
parent 00705fd5
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ namespace Dune
public:
ParallelAggregateRenumberer(AggregatesMap<Vertex>& aggregates, const I& lookup)
: AggregateRenumberer<G>(aggregates), isPublic_(false), lookup_(lookup),
globalIndex_(std::numeric_limits<Vertex>::max())
globalIndex_(std::numeric_limits<GlobalIndex>::max())
{}
......
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