16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 19:29:19 +02:00

Modified loading of "Flat" parameter for EIM

This commit is contained in:
Królik Uszasty
2018-06-03 22:22:14 +02:00
committed by tmj-fstate
parent ce0cd764ec
commit 0fe26048e9

View File

@@ -8474,8 +8474,7 @@ void TMoverParameters::LoadFIZ_Engine( std::string const &Input ) {
extract_value( eimc[ eimc_p_eped ], "edep", Input, "" );
extract_value( EIMCLogForce, "eimclf", Input, "" );
Flat = ( extract_value( "Flat", Input ) == "1" );
extract_value( Flat, "Flat", Input, "");
break;
}
default: {