New brake operation mode PNEP

This commit is contained in:
Królik Uszasty
2020-11-07 16:11:25 +01:00
committed by tmj-fstate
parent 3cdce8e754
commit 20b8c10e3a

View File

@@ -10058,6 +10058,7 @@ void TMoverParameters::LoadFIZ_Cntrl( std::string const &line ) {
{
std::map<std::string, int> brakeopmodes{
{ "PN", bom_PS + bom_PN },
{ "PNEP", bom_PS + bom_PN + bom_EP },
{ "PNEPMED", bom_PS + bom_PN + bom_EP + bom_MED }
};
auto lookup = brakeopmodes.find( extract_value( "BrakeOpModes", line ) );