From 7be215404a0470099e27090867e8fe0fc5211e0c Mon Sep 17 00:00:00 2001 From: Pablo Hoch Date: Wed, 13 Nov 2024 14:01:15 +0100 Subject: [PATCH] expand intermodal footpaths before other footpaths (#151) --- include/nigiri/routing/raptor/raptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nigiri/routing/raptor/raptor.h b/include/nigiri/routing/raptor/raptor.h index 017e8f94..60273027 100644 --- a/include/nigiri/routing/raptor/raptor.h +++ b/include/nigiri/routing/raptor/raptor.h @@ -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(); }