16
0
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:
firleju
2017-01-12 20:51:45 +01:00
parent 6a7f636fdd
commit 7df7c8b76e
4 changed files with 22 additions and 9 deletions

View File

@@ -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;