mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 11:19:19 +02:00
reformat: remove redundant qualifiers
This commit is contained in:
@@ -22,7 +22,7 @@ basic_station Station;
|
||||
|
||||
// exchanges load with consist attached to specified vehicle, operating on specified schedule
|
||||
double
|
||||
basic_station::update_load( TDynamicObject *First, Mtable::TTrainParameters &Schedule, int const Platform ) {
|
||||
basic_station::update_load( TDynamicObject *First, TTrainParameters &Schedule, int const Platform ) {
|
||||
|
||||
// TODO: filter out maintenance stops when determining first and last stop
|
||||
auto const firststop { Schedule.StationIndex == 1 };
|
||||
|
||||
Reference in New Issue
Block a user