From b14c1d971880293761dd66b38aaa0c0b7f2bb9b2 Mon Sep 17 00:00:00 2001 From: Hirek Date: Sat, 4 Jan 2025 21:16:09 +0100 Subject: [PATCH] Add missing mover nrot comment --- McZapkie/MOVER.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/McZapkie/MOVER.h b/McZapkie/MOVER.h index cb601888..29e3f0b4 100644 --- a/McZapkie/MOVER.h +++ b/McZapkie/MOVER.h @@ -1421,7 +1421,7 @@ public: double AccSVBased {}; // tangential acceleration calculated from velocity change double AccN = 0.0; // przyspieszenie normalne w [m/s^2] double AccVert = 0.0; // vertical acceleration - double nrot = 0.0; + double nrot = 0.0; // predkosc obrotowa kol (obrotow na sekunde) double nrot_eps = 0.0; //przyspieszenie kątowe kół (bez kierunku) double WheelFlat = 0.0; bool TruckHunting { true }; // enable/disable truck hunting calculation