In D450 many data types were changed from int and unsigned int to TimeStepType (see mitkTimeGeometry.h). To not overload the differential this was only done in some classes which were modified anyway.
We should refactor related code to use the TimeStepType alias. Same holds for TimePointType.
Description
Description