mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 01:19:19 +02:00
Dodanie inicjacji brakujących zmiennych.
This commit is contained in:
@@ -324,7 +324,6 @@ void TBrake::Init(double PP, double HPP, double LPP, double BP, int BDF)
|
||||
// pobranie wspolczynnika tarcia materialu
|
||||
double TBrake::GetFC(double Vel, double N)
|
||||
{
|
||||
double result;
|
||||
return FM->GetFC(N, Vel);
|
||||
}
|
||||
|
||||
@@ -380,7 +379,6 @@ double TBrake::GetBCF()
|
||||
|
||||
bool TBrake::SetBDF(int nBDF)
|
||||
{
|
||||
bool result;
|
||||
if (((nBDF & BrakeDelays) == nBDF) && (nBDF != BrakeDelayFlag))
|
||||
{
|
||||
BrakeDelayFlag = nBDF;
|
||||
|
||||
Reference in New Issue
Block a user