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

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

IHPC: use correct ADAS input provider for IHPC to ignore EcoRoll etc.

parent f6a05ddd
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,7 @@ namespace TUGraz.VectoCore.InputData.FileIO.JSON
case VectoSimulationJobType.IEPC_E:
return _adasInputData = new JSONADASInputDataV10BEV(this);
case VectoSimulationJobType.ParallelHybridVehicle:
case VectoSimulationJobType.IHPC:
case VectoSimulationJobType.SerialHybridVehicle:
case VectoSimulationJobType.IEPC_S:
return _adasInputData = new JSONADASInputDataV10HEV(this);
......
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