More fixes

This commit is contained in:
Dennis Luxen
2022-10-30 14:08:17 +01:00
parent 91e9623b31
commit d06b23d819
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ class BaseAPI
const auto toName = [this](const auto &phantom) {
return std::string(
facade.GetNameForID(facade.GetNameIndex(phantom.forward_segment_id.id)));
};
};
const auto noEmpty = [](const auto &name) { return !name.empty(); };
// At an intersection we may have multiple phantom node candidates.