Address PR comments
This commit is contained in:
committed by
Patrick Niklaus
parent
4986f5ea2d
commit
94e2a8598d
@@ -14,7 +14,7 @@ namespace updater
|
||||
class Updater
|
||||
{
|
||||
public:
|
||||
Updater(const UpdaterConfig &config) :config(config) {}
|
||||
Updater(UpdaterConfig config_) :config(std::move(config_)) {}
|
||||
|
||||
EdgeID LoadAndUpdateEdgeExpandedGraph(
|
||||
std::vector<extractor::EdgeBasedEdge> &edge_based_edge_list,
|
||||
|
||||
Reference in New Issue
Block a user