Minor fix.

This commit is contained in:
Vladimir Byko-Ianko 2019-03-10 08:48:06 +03:00
parent 4744a3dba4
commit 8ccb01a3c1

View file

@ -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?