Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/LocationEnumerations.cs
===================================================================
diff -u -r4000 -r4052
--- DamEngine/trunk/src/Deltares.DamEngine.Data/General/LocationEnumerations.cs (.../LocationEnumerations.cs) (revision 4000)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/LocationEnumerations.cs (.../LocationEnumerations.cs) (revision 4052)
@@ -19,24 +19,23 @@
// Stichting Deltares and remain full property of Stichting Deltares at all times.
// All rights reserved.
-namespace Deltares.DamEngine.Data.General
+namespace Deltares.DamEngine.Data.General;
+
+///
+/// Types of soil profiles for DAM
+///
+public enum SoilProfileType
{
- ///
- /// Types of soil profiles for DAM
- ///
- public enum SoilProfileType
- {
- ProfileType1D,
- ProfileType2D,
- ProfileTypeStiFile
- }
+ ProfileType1D,
+ ProfileType2D,
+ ProfileTypeStiFile
+}
- ///
- /// Types of stability adaption options for the DesignOption for DAM
- ///
- public enum StabilityDesignMethod //Design
- {
- OptimizedSlopeAndShoulderAdaption,
- SlopeAdaptionBeforeShoulderAdaption
- }
+///
+/// Types of stability adaption options for the DesignOption for DAM
+///
+public enum StabilityDesignMethod //Design
+{
+ OptimizedSlopeAndShoulderAdaption,
+ SlopeAdaptionBeforeShoulderAdaption
}
\ No newline at end of file