[routing] Review fixes

This commit is contained in:
Mikhail Gorbushin 2019-11-25 13:39:19 +03:00 committed by Vladimir Byko-Ianko
parent 377db0d001
commit d5a8da63ee

View file

@ -543,6 +543,7 @@ RouterResultCode IndexRouter::CalculateSubroute(Checkpoints const & checkpoints,
IndexGraphStarter & starter,
vector<Segment> & subroute)
{
CHECK(progress, ());
subroute.clear();
SetupAlgorithmMode(starter);