Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs =================================================================== diff -u -r1614 -r1686 --- DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 1614) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 1686) @@ -137,10 +137,10 @@ } /// - /// Gets a value indicating whether this instance has sensor data. + /// Gets a value indicating whether this instance has a sensor location. /// /// - /// true if this instance has sensor data; otherwise, false. + /// true if this instance has a sensor location; otherwise, false. /// public bool HasSensorLocation { @@ -151,10 +151,10 @@ } /// - /// Gets or sets the sensor data. + /// Gets or sets the sensor location. /// /// - /// The sensor data. + /// The sensor location. /// public virtual SensorLocation SensorLocation {