Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/LocationJob.cs =================================================================== diff -u -r1192 -r1289 --- DamEngine/trunk/src/Deltares.DamEngine.Data/General/LocationJob.cs (.../LocationJob.cs) (revision 1192) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/LocationJob.cs (.../LocationJob.cs) (revision 1289) @@ -54,12 +54,6 @@ { } - /// - /// TODO: what todo when location is null? - /// - public double XRd { get { return this.Location == null ? 0 : this.Location.XRd; } } - public double YRd { get { return this.Location == null ? 0 : this.Location.YRd; } } - [Validate] public Location Location {