Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/FailureMechanismParametersMStab.cs
===================================================================
diff -u -r2231 -r2318
--- DamEngine/trunk/src/Deltares.DamEngine.Data/General/FailureMechanismParametersMStab.cs (.../FailureMechanismParametersMStab.cs) (revision 2231)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/FailureMechanismParametersMStab.cs (.../FailureMechanismParametersMStab.cs) (revision 2318)
@@ -76,7 +76,16 @@
public double RiverLevelDecimateHeight { get; set; }
public double RequiredProbabilityOfFailure { get; set; }
public double TrafficLoad { get; set; }
+
+ ///
+ /// Gets or sets the traffic load degree of consolidation.
+ /// Note: this number is a fraction so between 0-1
+ ///
+ ///
+ /// The traffic load degree of consolidation.
+ ///
public double? TrafficLoadDegreeOfConsolidation { get; set; }
+
///
/// Indicates whether in stability calculation a check on uplift will be performed before performin UpliftVan calculation.
/// Default it is false (set in constructor)