Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/SegmentEnumerations.cs
===================================================================
diff -u -r4000 -r4052
--- DamEngine/trunk/src/Deltares.DamEngine.Data/General/SegmentEnumerations.cs (.../SegmentEnumerations.cs) (revision 4000)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/SegmentEnumerations.cs (.../SegmentEnumerations.cs) (revision 4052)
@@ -19,16 +19,15 @@
// 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 Failure mechanisms for soil segments
+///
+public enum SegmentFailureMechanismType
{
- ///
- /// Types of Failure mechanisms for soil segments
- ///
- public enum SegmentFailureMechanismType
- {
- All,
- Stability,
- Piping,
- Liquefaction
- }
+ All,
+ Stability,
+ Piping,
+ Liquefaction
}
\ No newline at end of file