Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

set cycle in rundata - in case an exeption occurs during simulation

parent 42d2a42f
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,8 @@ namespace TUGraz.VectoCore.Tests.Integration
GearboxData = gearboxData,
EngineData = engineData,
AirdragData = airDragData,
SimulationType = SimulationType.DistanceCycle
SimulationType = SimulationType.DistanceCycle,
Cycle = cycleData
};
container.RunData = runData;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment