124c124
< Topology::createLinks(Network *net, bool isReconfiguration)
---
> Topology::createLinks(Network *net)
182,184c182,184
< NetDest destination_set = shortest_path_to_node(i, j,
< topology_weights, dist);
< makeLink(net, i, j, destination_set, isReconfiguration);
---
> NetDest destination_set =
> shortest_path_to_node(i, j, topology_weights, dist);
> makeLink(net, i, j, destination_set);
209c209
< const NetDest& routing_table_entry, bool isReconfiguration)
---
> const NetDest& routing_table_entry)
223,225c223
< link_entry.direction,
< routing_table_entry,
< isReconfiguration);
---
> link_entry.direction, routing_table_entry);
233,235c231
< link_entry.direction,
< routing_table_entry,
< isReconfiguration);
---
> link_entry.direction, routing_table_entry);
243c239
< routing_table_entry, isReconfiguration);
---
> routing_table_entry);