mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 13:59:19 +02:00
Position offset to Knorr EP TSt113 valve
This commit is contained in:
@@ -3142,7 +3142,7 @@ double TSt113::GetPF(double i_bcp, double PP, double HP, double dt, double ep)
|
|||||||
|
|
||||||
BCP = lround(i_bcp);
|
BCP = lround(i_bcp);
|
||||||
|
|
||||||
EPS = BEP_K[BCP];
|
EPS = BEP_K[BCP + 1];
|
||||||
|
|
||||||
if (BCP > 0)
|
if (BCP > 0)
|
||||||
BCP = BCP - 1;
|
BCP = BCP - 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user