correct use of numeric_limits
This commit is contained in:
parent
64b83f569c
commit
f56294b597
5 changed files with 10 additions and 4 deletions
|
|
@ -190,7 +190,7 @@ void OsmBuilder::read(const std::string& path, const OsmReadOpts& opts,
|
|||
deleteOrphEdgs(g);
|
||||
|
||||
LOG(VDEBUG) << "Collapsing edges...";
|
||||
// collapseEdges(g);
|
||||
collapseEdges(g);
|
||||
|
||||
LOG(VDEBUG) << "Deleting orphan nodes...";
|
||||
deleteOrphNds(g);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue