Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsOutput.cs
===================================================================
diff -u -r01bd90d4fab9699280c5619754fc55b4f03be08a -r0e809897e28ca8673b98ec8abb68b42939a3a647
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsOutput.cs (.../MacroStabilityInwardsOutput.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsOutput.cs (.../MacroStabilityInwardsOutput.cs) (revision 0e809897e28ca8673b98ec8abb68b42939a3a647)
@@ -34,7 +34,7 @@
/// Creates a new instance of .
///
/// The sliding curve result.
- /// The slip plane uplift Van result.
+ /// The slip plane Uplift Van result.
/// The container of the properties for the
/// .
/// Thrown when any parameter
@@ -63,8 +63,6 @@
ZValue = properties.ZValue;
ForbiddenZonesXEntryMin = properties.ForbiddenZonesXEntryMin;
ForbiddenZonesXEntryMax = properties.ForbiddenZonesXEntryMax;
- ForbiddenZonesAutomaticallyCalculated = properties.ForbiddenZonesAutomaticallyCalculated;
- GridAutomaticallyCalculated = properties.GridAutomaticallyCalculated;
}
#region Properties
@@ -99,16 +97,6 @@
///
public double ForbiddenZonesXEntryMax { get; }
- ///
- /// Gets whether the forbidden zones are automatically calculated.
- ///
- public bool ForbiddenZonesAutomaticallyCalculated { get; }
-
- ///
- /// Gets whether the grid is automatically calculated.
- ///
- public bool GridAutomaticallyCalculated { get; }
-
#endregion
///
@@ -146,16 +134,6 @@
/// Gets or sets the forbidden zones x entry max.
///
public double ForbiddenZonesXEntryMax { internal get; set; }
-
- ///
- /// Gets or sets whether the forbidden zones are automatically calculated.
- ///
- public bool ForbiddenZonesAutomaticallyCalculated { internal get; set; }
-
- ///
- /// Gets or sets whether the grid is automatically calculated.
- ///
- public bool GridAutomaticallyCalculated { internal get; set; }
}
}
}
\ No newline at end of file