Skip to content

Commit

Permalink
expand intermodal footpaths before other footpaths (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoch authored Nov 13, 2024
1 parent a8e1f68 commit 7be2154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nigiri/routing/raptor/raptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ struct raptor {
utl::fill(state_.station_mark_.blocks_, 0U);

update_transfers(k);
update_intermodal_footpaths(k);
update_footpaths(k, prf_idx);
update_td_offsets(k, prf_idx);
update_intermodal_footpaths(k);

trace_print_state_after_round();
}
Expand Down

0 comments on commit 7be2154

Please sign in to comment.