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

Skip to content
Snippets Groups Projects
Commit 3e910724 authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

extend rundata used in testcase, necessary to create test-powertrain

parent b0332336
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,8 @@ namespace TUGraz.VectoCore.Tests.Integration
SimulationType = SimulationType.DistanceCycle,
Cycle = cycleData,
DriverData = driverData,
Retarder = new RetarderData() { Type = RetarderType.None },
Aux = new List<VectoRunData.AuxData>(),
BusAuxiliaries = BusAuxiliaryInputData.ReadBusAuxiliaries(AdvancedAuxFile, vehicleData)
};
var fileWriter = new FileOutputWriter(modFileName);
......
......@@ -98,6 +98,8 @@ namespace TUGraz.VectoCore.Tests.Integration
AirdragData = airDragData,
SimulationType = SimulationType.DistanceCycle,
Cycle = cycleData,
Retarder = new RetarderData() { Type = RetarderType.None},
Aux = new List<VectoRunData.AuxData>(),
DriverData = driverData
};
var fileWriter = new FileOutputWriter(modFileName);
......
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