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 ca93ceab authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

bugfix json filewiter for vehicle file

parent e07b3fbf
Branches
Tags
No related merge requests found
......@@ -207,8 +207,8 @@ Public Class JSONFileWriter
{"CurbWeight", vehicle.CurbMassChassis.Value()},
{"CurbWeightExtra", vehicle.CurbMassExtra.Value()},
{"Loading", vehicle.Loading.Value()},
{"MassMax", vehicle.GrossVehicleMassRating.ConvertToTon()},
{"rdyn", vehicle.DynamicTyreRadius.ConvertToMilliMeter()},
{"MassMax", vehicle.GrossVehicleMassRating.ConvertToTon().Value},
{"rdyn", vehicle.DynamicTyreRadius.ConvertToMilliMeter().Value},
{"CdCorrMode", airdrag.CrossWindCorrectionMode.GetName()},
{"CdCorrFile",
If((airdrag.CrossWindCorrectionMode = CrossWindCorrectionMode.SpeedDependentCorrectionFactor OrElse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment