From 8ccb01a3c1de925233db330de97328cc3af3cba4 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Sun, 10 Mar 2019 08:48:06 +0300 Subject: [PATCH] Minor fix. --- openlr/candidate_paths_getter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlr/candidate_paths_getter.cpp b/openlr/candidate_paths_getter.cpp index 17fd2b1c5f..ba2cbc8da1 100644 --- a/openlr/candidate_paths_getter.cpp +++ b/openlr/candidate_paths_getter.cpp @@ -226,7 +226,7 @@ void CandidatePathsGetter::GetAllSuitablePaths(Graph::EdgeVector const & startLi ASSERT(currentEdge.HasRealPart(), ()); - if (!PassesRestriction(e, frc, fow, 1 /* kFRCThreshold */, m_infoGetter)) + if (!PassesRestriction(e, frc, fow, 2 /* kFRCThreshold */, m_infoGetter)) continue; // TODO(mgsergio): Should we check form of way as well?