Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs =================================================================== diff -u -r2791 -r2799 --- DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 2791) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 2799) @@ -981,60 +981,6 @@ public DikeSoilScenario DikeSoilScenario { get; set; } /// - /// Gets or sets the head pl 2. - /// - /// - /// The head pl 2. - /// - public virtual double? HeadPl2 - { - get - { - return headPl2; - } - set - { - headPl2 = value; - } - } - - /// - /// Gets or sets the head PL3. - /// - /// - /// The head PL3. - /// - public virtual double? HeadPl3 - { - get - { - return headPl3; - } - set - { - headPl3 = value; - } - } - - /// - /// Gets or sets the head PL4. - /// - /// - /// The head PL4. - /// - public virtual double? HeadPl4 - { - get - { - return headPl4; - } - set - { - headPl4 = value; - } - } - - /// /// Gets or sets the pl line offset below dike top at river. /// ///