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

Skip to content
Snippets Groups Projects
Commit 98b8c17c authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

extend mockup results reader with missing architectures

parent 9aa5fd71
No related branches found
No related tags found
No related merge requests found
......@@ -123,11 +123,11 @@ namespace TUGraz.VectoMockup
return "Conv";
}
if (jobType.IsOneOf(VectoSimulationJobType.ParallelHybridVehicle, VectoSimulationJobType.SerialHybridVehicle)) {
if (jobType.IsOneOf(VectoSimulationJobType.ParallelHybridVehicle, VectoSimulationJobType.IHPC, VectoSimulationJobType.SerialHybridVehicle, VectoSimulationJobType.IEPC_S)) {
return ovc ? "OVC-HEV" : "non-OVC-HEV";
}
if (jobType.IsOneOf(VectoSimulationJobType.BatteryElectricVehicle)) {
if (jobType.IsOneOf(VectoSimulationJobType.BatteryElectricVehicle, VectoSimulationJobType.IEPC_E)) {
return "PEV";
}
......
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