From ea0853d6bda845ff0a0eda31bae288eb27b5f8e6 Mon Sep 17 00:00:00 2001 From: Jake-Moss Date: Wed, 6 Mar 2024 12:14:01 +1000 Subject: [PATCH] Fix windows compilation --- aequilibrae/paths/route_choice.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aequilibrae/paths/route_choice.pyx b/aequilibrae/paths/route_choice.pyx index 01e108e79..172b2f2e0 100644 --- a/aequilibrae/paths/route_choice.pyx +++ b/aequilibrae/paths/route_choice.pyx @@ -884,7 +884,7 @@ cdef class RouteChoiceSet: size_t link_loc double prob - int i + long long i with parallel(num_threads=6): # The link union needs to be allocated per thread as scratch space, as its of unknown length we can't allocated a matrix of them.