mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 16:19:19 +02:00
basic power circuits simulation, vehicle device presence definition, automatic coupling tweaks, minor vehicle simulation logic enhancements, minor brake simulation logic fixes, pantograph control enhancements, ai logic enhancements
This commit is contained in:
@@ -970,6 +970,11 @@ void TEStEP1::EPCalc(double dt)
|
||||
LBP = LBP - dv;
|
||||
}
|
||||
|
||||
void TEStEP1::SetEPS( double const nEPS )
|
||||
{
|
||||
EPS = nEPS;
|
||||
}
|
||||
|
||||
//---EST3--
|
||||
|
||||
double TESt3::GetPF( double const PP, double const dt, double const Vel )
|
||||
|
||||
Reference in New Issue
Block a user