Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs =================================================================== diff -u -r6156 -r6191 --- DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 6156) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 6191) @@ -146,50 +146,6 @@ public virtual Segment Segment { get; set; } /// - /// Gets or sets the model factors. - /// - /// - /// The model factors. - /// - public virtual ModelFactors ModelFactors { get; set; } = new ModelFactors(); - - /// - /// Gets or sets the uplift criterion stability. - /// - /// - /// The uplift criterion stability. - /// - public virtual double UpliftCriterionStability - { - get - { - return ModelFactors.UpliftCriterionStability; - } - set - { - ModelFactors.UpliftCriterionStability = value; - } - } - - /// - /// Gets or sets the uplift criterion piping. - /// - /// - /// The uplift criterion piping. - /// - public virtual double UpliftCriterionPiping - { - get - { - return ModelFactors.UpliftCriterionPiping; - } - set - { - ModelFactors.UpliftCriterionPiping = value; - } - } - - /// /// Gets or sets the slope damping piezometric height polder side. /// ///