Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs =================================================================== diff -u -r2171 -r2227 --- DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 2171) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 2227) @@ -33,65 +33,6 @@ namespace Deltares.DamEngine.Data.General { - /// - /// Types of project for DAM - /// - public enum DamProjectType - { - Operational, - Design - } - - /// - /// Types of analysis for the Design option DAM - /// - public enum AnalysisType - { - NoAdaption, - AdaptGeometry - }; - - /// - /// Types of Failure mechanisms for DAM - /// - public enum FailureMechanismSystemType - { - StabilityInside, - StabilityOutside, - Piping, - HorizontalBalance - } - - /// - /// Types of Failure mechanisms for soil segments - /// - public enum SegmentFailureMechanismType - { - All, - Stability, - Piping, - Liquefaction - } - - /// - /// Types of soil profiles for DAM - /// - public enum SoilProfileType - { - ProfileType1D, - ProfileType2D, - ProfileTypeStiFile - } - - /// - /// Types of stability adaption options for the DesignOption for DAM - /// - public enum StabilityDesignMethod //Design - { - OptimizedSlopeAndShoulderAdaption, - SlopeAdaptionBeforeShoulderAdaption - } - public class Location { // Added initial value as these properties must be tested for real values on import