From 792ebcabd644c270927b00d0b7e60d7bc71655f1 Mon Sep 17 00:00:00 2001
From: "ruben.haag" <ruben.haag@stud.uni-goettingen.de>
Date: Wed, 1 Dec 2021 10:18:20 +0100
Subject: [PATCH] Corrected the times for the simulation

---
 sim.jl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sim.jl b/sim.jl
index 65efdad..5424e87 100644
--- a/sim.jl
+++ b/sim.jl
@@ -80,10 +80,10 @@ include(paths[:dispatcher]*"dispatcher.jl")
 
 
 
-x, y = getValue(index-1, 3, 10, 40, 0, 2*t0, 40)
+x, y = getValue(index-1, 3, 10, 40, 0, 2, 40)
 
 println("$x\t$y")
-random_gens = Dict(:pickup => [:notRandom, y/t0])
+random_gens = Dict(:pickup => [:notRandom, y*t0])
 specs=(;
         map=mymap,
         route_matrix=RM,
-- 
GitLab