Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 903b698d authored by Michael KRISPER's avatar Michael KRISPER
Browse files

removed hamster-code

parent 584367c1
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,6 @@ namespace TUGraz.VectoCore.Tests.Integration
var axleGearData = CreateAxleGearData();
var gearboxData = CreateGearboxData();
var vehicleData = CreateVehicleData(3300.SI<Kilogram>());
//var retarder = new RetarderData { Type = RetarderData.RetarderType.None };
var driverData = CreateDriverData(AccelerationFile, overspeed);
var cycle = new DistanceBasedDrivingCycle(container, cycleData);
......
......@@ -82,7 +82,6 @@ namespace TUGraz.VectoCore.Tests.Integration
gearboxData.Inertia = gearBoxInertia;
var vehicleData = CreateVehicleData(3300.SI<Kilogram>());
//var retarder = new RetarderData { Type = RetarderData.RetarderType.None };
var driverData = CreateDriverData(AccelerationFile, overspeed);
var cycle = new DistanceBasedDrivingCycle(container, cycleData);
......
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