Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorResult.cs =================================================================== diff -u -r8df85402c4de8eb335483bcda5e4ff23ce0dd5ef -r01bd90d4fab9699280c5619754fc55b4f03be08a --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorResult.cs (.../MacroStabilityInwardsCalculatorResult.cs) (revision 8df85402c4de8eb335483bcda5e4ff23ce0dd5ef) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorResult.cs (.../MacroStabilityInwardsCalculatorResult.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a) @@ -34,7 +34,7 @@ /// The result will hold all the values which were given. /// /// The sliding curve result. - /// The upliftVan calculation grid result. + /// The Uplift Van calculation grid result. /// The container of the properties for the /// /// Thrown when any @@ -84,7 +84,7 @@ } /// - /// Gets or sets the factor of stability of the upliftVan calculation. + /// Gets or sets the factor of stability of the Uplift Van calculation. /// public double FactorOfStability { internal get; set; } @@ -114,20 +114,20 @@ public bool GridAutomaticallyCalculated { internal get; set; } } - #region properties + #region Properties /// /// Gets the sliding curve result. /// public MacroStabilityInwardsSlidingCurveResult SlidingCurve { get; } /// - /// Gets the upliftVan calculation grid result. + /// Gets the Uplift Van calculation grid result. /// public MacroStabilityInwardsUpliftVanCalculationGridResult UpliftVanCalculationGrid { get; } /// - /// Gets the factor of stability of the upliftVan calculation. + /// Gets the factor of stability of the Uplift Van calculation. /// public double FactorOfStability { get; }