Fix remaining PR comments

This commit is contained in:
Patrick Niklaus
2017-08-18 22:00:18 +00:00
committed by Patrick Niklaus
parent 00e243b23b
commit bc8617a9f4
5 changed files with 17 additions and 16 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ class CellCustomizer
const std::vector<bool> &allowed_nodes,
CellMetric &metric,
LevelID level,
CellID id)
CellID id) const
{
auto cell = cells.GetCell(metric, level, id);
auto destinations = cell.GetDestinationNodes();
@@ -98,7 +98,7 @@ class CellCustomizer
void Customize(const GraphT &graph,
const partition::CellStorage &cells,
const std::vector<bool> &allowed_nodes,
CellMetric &metric)
CellMetric &metric) const
{
Heap heap_exemplar(graph.GetNumberOfNodes());
HeapPtr heaps(heap_exemplar);