Skip to content
Snippets Groups Projects
Commit d8d3449d authored by Romain BERNARD's avatar Romain BERNARD
Browse files

no need to break here

parent 31e8bc72
1 merge request!1Transit algorithm implementation
......@@ -45,7 +45,6 @@ TransitStateContainer TransitShortestPathPrecompute::executeAlgorithm(const Grap
lineStop.getStopIndex(), currentState.getInstant());
if (nextPassageIndex == lineStop.getLineRef().scheduleSize()) {
newState.setInstant(INT16_MAX);
break;
} else {
newState = TransitAlgorithmState(currentState, lineStop);
newState.setNodeIndex(nextNode);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment