Skip to content

Commit

Permalink
Fix windows compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moss committed Mar 6, 2024
1 parent 9a7ee10 commit ea0853d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aequilibrae/paths/route_choice.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ea0853d

Please sign in to comment.