File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
src/main/java/ch/naviqore/raptor/router Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 11
11
</parent >
12
12
<groupId >ch.naviqore</groupId >
13
13
<artifactId >public-transit-service</artifactId >
14
- <version >0.5.0 </version >
14
+ <version >0.5.1 </version >
15
15
16
16
<name >Public Transit Service</name >
17
17
<description >
Original file line number Diff line number Diff line change @@ -80,21 +80,6 @@ class Query {
80
80
raptorConfig .getDaysToScan ());
81
81
}
82
82
83
- /**
84
- * Check if there are any marked stops in the marked stops mask.
85
- *
86
- * @param markedStopsMask the marked stops mask to check.
87
- * @return true if there are any marked stops, false otherwise.
88
- */
89
- private static boolean hasMarkedStops (boolean [] markedStopsMask ) {
90
- for (boolean b : markedStopsMask ) {
91
- if (b ) {
92
- return true ;
93
- }
94
- }
95
- return false ;
96
- }
97
-
98
83
/**
99
84
* Main control flow of the routing algorithm. Spawns from source stops, coordinates route scanning, footpath
100
85
* relaxation, and time/label updates in the correct order.
You can’t perform that action at this time.
0 commit comments