Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Data/GeneralMacroStabilityInwardsInput.cs
===================================================================
diff -u -r59482025a9b7fc432eaf09f808006f543dec5840 -r7bc1bc14adf1757b8604fb6b0b280bb8d48ee4ae
--- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Data/GeneralMacroStabilityInwardsInput.cs (.../GeneralMacroStabilityInwardsInput.cs) (revision 59482025a9b7fc432eaf09f808006f543dec5840)
+++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Data/GeneralMacroStabilityInwardsInput.cs (.../GeneralMacroStabilityInwardsInput.cs) (revision 7bc1bc14adf1757b8604fb6b0b280bb8d48ee4ae)
@@ -44,11 +44,6 @@
public double ModelFactor { get; }
///
- /// Gets whether the length effect should be applied in the section.
- ///
- public bool ApplyLengthEffectInSection => true;
-
- ///
/// Gets the volumetric weight of water.
///
public double WaterVolumetricWeight { get; }
Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Data.Test/GeneralMacroStabilityInwardsInputTest.cs
===================================================================
diff -u -r59482025a9b7fc432eaf09f808006f543dec5840 -r7bc1bc14adf1757b8604fb6b0b280bb8d48ee4ae
--- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Data.Test/GeneralMacroStabilityInwardsInputTest.cs (.../GeneralMacroStabilityInwardsInputTest.cs) (revision 59482025a9b7fc432eaf09f808006f543dec5840)
+++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Data.Test/GeneralMacroStabilityInwardsInputTest.cs (.../GeneralMacroStabilityInwardsInputTest.cs) (revision 7bc1bc14adf1757b8604fb6b0b280bb8d48ee4ae)
@@ -37,7 +37,6 @@
Assert.IsInstanceOf(inputParameters);
Assert.AreEqual(1.06, inputParameters.ModelFactor);
Assert.AreEqual(9.81, inputParameters.WaterVolumetricWeight);
- Assert.IsTrue(inputParameters.ApplyLengthEffectInSection);
}
}
}
\ No newline at end of file