diff --git a/VectoCore/VectoCore/Models/Declaration/Axle.cs b/VectoCore/VectoCore/Models/Declaration/Axle.cs index c902939bb1e7442e90a6ac5542692ebd0d3a6ea8..8c80a9cafdcc671a67fc583058aff7405253cefd 100644 --- a/VectoCore/VectoCore/Models/Declaration/Axle.cs +++ b/VectoCore/VectoCore/Models/Declaration/Axle.cs @@ -39,7 +39,7 @@ namespace TUGraz.VectoCore.Models.Declaration { public class Axle : SimulationComponentData { - public object WheelsDimension { get; internal set; } + public string WheelsDimension { get; internal set; } [Required, SIRange(0, 100)] public KilogramSquareMeter Inertia { get; internal set; } diff --git a/VectoCore/VectoCore/Models/Declaration/Wheels.cs b/VectoCore/VectoCore/Models/Declaration/Wheels.cs index eed2c80c39fa65e46034c926cab6c1cc50d00863..d6d82850b5035c42deda1b6164bd309e271f655b 100644 --- a/VectoCore/VectoCore/Models/Declaration/Wheels.cs +++ b/VectoCore/VectoCore/Models/Declaration/Wheels.cs @@ -48,7 +48,7 @@ namespace TUGraz.VectoCore.Models.Declaration protected override string ErrorMessage { - get { return "Auxiliary Lookup Error: No value found for Wheels. Key: '{0}'"; } + get { return "Wheels Lookup Error: No value found for Wheels. Key: '{0}'"; } } public override Entry Lookup(string key)