Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsCalculationRow.cs
===================================================================
diff -u -re25d1dff1132d88462399833e9a76b1dc6b8b785 -r73515e644031911c3c4ab2a9a41b3f740991c9f0
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsCalculationRow.cs (.../MacroStabilityInwardsCalculationRow.cs) (revision e25d1dff1132d88462399833e9a76b1dc6b8b785)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsCalculationRow.cs (.../MacroStabilityInwardsCalculationRow.cs) (revision 73515e644031911c3c4ab2a9a41b3f740991c9f0)
@@ -158,77 +158,5 @@
}
}
}
-
- ///
- /// Gets or sets the damping factory exit mean of the .
- ///
- public RoundedDouble DampingFactorExitMean
- {
- get
- {
- return MacroStabilityInwardsCalculation.InputParameters.DampingFactorExit.Mean;
- }
- set
- {
- if (!MacroStabilityInwardsCalculation.InputParameters.DampingFactorExit.Mean.Equals(value))
- {
- PropertyChangeHelper.ChangePropertyAndNotify(() => MacroStabilityInwardsCalculation.InputParameters.DampingFactorExit.Mean = value, propertyChangeHandler);
- }
- }
- }
-
- ///
- /// Gets or sets the phreatic level exit mean of the .
- ///
- public RoundedDouble PhreaticLevelExitMean
- {
- get
- {
- return MacroStabilityInwardsCalculation.InputParameters.PhreaticLevelExit.Mean;
- }
- set
- {
- if (!MacroStabilityInwardsCalculation.InputParameters.PhreaticLevelExit.Mean.Equals(value))
- {
- PropertyChangeHelper.ChangePropertyAndNotify(() => MacroStabilityInwardsCalculation.InputParameters.PhreaticLevelExit.Mean = value, propertyChangeHandler);
- }
- }
- }
-
- ///
- /// Gets or sets the entry point l of the .
- ///
- public RoundedDouble EntryPointL
- {
- get
- {
- return MacroStabilityInwardsCalculation.InputParameters.EntryPointL;
- }
- set
- {
- if (!MacroStabilityInwardsCalculation.InputParameters.EntryPointL.Equals(value))
- {
- PropertyChangeHelper.ChangePropertyAndNotify(() => MacroStabilityInwardsCalculation.InputParameters.EntryPointL = value, propertyChangeHandler);
- }
- }
- }
-
- ///
- /// Gets or sets the exit point l of the .
- ///
- public RoundedDouble ExitPointL
- {
- get
- {
- return MacroStabilityInwardsCalculation.InputParameters.ExitPointL;
- }
- set
- {
- if (!MacroStabilityInwardsCalculation.InputParameters.ExitPointL.Equals(value))
- {
- PropertyChangeHelper.ChangePropertyAndNotify(() => MacroStabilityInwardsCalculation.InputParameters.ExitPointL = value, propertyChangeHandler);
- }
- }
- }
}
}
\ No newline at end of file