Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Unverified Commit 11842f7c authored by Markus Quaritsch's avatar Markus Quaritsch Committed by Kostis ANAGNOSTOPOULOS
Browse files

cirrect settings of UF for buses

parent 9947387f
Branches bugfix/CodeEU-547_MaxICEOffTimespan
No related tags found
No related merge requests found
......@@ -737,14 +737,13 @@ namespace TUGraz.VectoCore.Models.Declaration
{
// P0 ???
UtilityFactor = ConventionalUF;
} else {
if (_compressorDrive == CompressorDrive.electrically) {
UtilityFactor = HybridElectrifiedCompressorUF;
} else {
UtilityFactor = HybridUF;
}
}
if (_compressorDrive == CompressorDrive.electrically) {
UtilityFactor = HybridElectrifiedCompressorUF;
}
UtilityFactor = HybridUF;
}
private CompressorDrive _compressorDrive;
private ArchitectureID _arch;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment