1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-24 23:21:29 +00:00

Print Timing Info

This commit is contained in:
Brendan McGeeney
2021-11-12 22:23:30 +00:00
committed by Anson Biggs
parent e9d8063604
commit 4594c87fe6
3 changed files with 22 additions and 10 deletions

View File

@@ -41,6 +41,7 @@ struct Vehicle {
double simTime;
double stepSize;
double stepDuration;
double time = 0.0;
};