From b527e9db8528bbb6e2be5381e96c011e9616c4ac Mon Sep 17 00:00:00 2001
From: Janos <janol55@zedat.fu-berlin.de>
Date: Thu, 21 Mar 2024 16:41:01 +0100
Subject: [PATCH] Vorbedingung von Auto-Initialisierung korrigiert

---
 auto.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auto.c b/auto.c
index b16879d..e9b5076 100644
--- a/auto.c
+++ b/auto.c
@@ -2,7 +2,7 @@
 
 
 // Vorbedinung: 
-//      0 < speed < 10, 0 < width < 500, 0 < height < 100, 
+//      0 < |speed| < 10, 0 < width < 500, 0 < height < 100, 
 //      -5000 <= pred_pos < 5000 <- Position des Vorgängerautos
 //      0 <= pred_width < 500 
 
-- 
GitLab