From 89f7df66ca26cfdcbbe7fb83363d0ba8acf0c0e0 Mon Sep 17 00:00:00 2001 From: Pablo Hoch Date: Wed, 13 Nov 2024 13:53:07 +0100 Subject: [PATCH] expand intermodal footpaths before other footpaths --- 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(); }