Skip to content
Snippets Groups Projects
Commit 242c3639 authored by Jupp Tscheak's avatar Jupp Tscheak
Browse files

Removed unit "ms" from member name.


Unit is given explicitly by type.

Signed-off-by: default avatarJupp Tscheak <jupp.tscheak@daimler.com>
parent 8b673a10
No related branches found
No related tags found
1 merge request!11Replaced the types of all physical quantities related members/arguments with SI unit types as provided by the Units library.
......@@ -22,8 +22,8 @@ namespace mantle_api
struct SimulationTime
{
units::time::second_t current_sim_time_ms{0};
units::time::second_t last_delta_time_ms{0};
units::time::second_t current_sim_time{0};
units::time::second_t last_delta_time{0};
};
} // namespace mantle_api
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment