diff --git a/app/src/main/java/de/hems/trafficsim/VehicleTimeRecord.java b/app/src/main/java/de/hems/trafficsim/VehicleTimeRecord.java index 3d1678c..8dfed4f 100644 --- a/app/src/main/java/de/hems/trafficsim/VehicleTimeRecord.java +++ b/app/src/main/java/de/hems/trafficsim/VehicleTimeRecord.java @@ -16,9 +16,9 @@ public class VehicleTimeRecord { protected int id; protected float position; protected float velocity; - protected int timestep; + protected float timestep; - public VehicleTimeRecord(int id, float position, float velocity, int timestep) { + public VehicleTimeRecord(int id, float position, float velocity, float timestep) { this.id = id; this.position = position; //needed??? this.velocity = velocity;