Skip to content

Commit

Permalink
Merge branch 'master' into parkingProxyCleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal2Flush authored Jun 7, 2024
2 parents 78c8494 + d3742de commit 9d4654b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ private void writeIterationVehicleStats(String summarizeVehicles, String vehOcc,
try (var bw = getAppendingBufferedWriter("drt_detailed_distanceStats", ".csv")) {
if (!vheaderWritten) {
vheaderWritten = true;
bw.write("runId;iteration");
bw.write("runId" + delimiter + "iteration");
for (int i = 0; i <= maxcap; i++) {
bw.write(delimiter + i + " pax distance_m");
}
Expand Down

0 comments on commit 9d4654b

Please sign in to comment.