Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorInput.cs =================================================================== diff -u -r34ad98587d7f114c9f7c2233199b34fc1ef6dc76 -r3dc254557ee133d8bee05fb8e6e5b9094d7ffc93 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorInput.cs (.../MacroStabilityInwardsCalculatorInput.cs) (revision 34ad98587d7f114c9f7c2233199b34fc1ef6dc76) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorInput.cs (.../MacroStabilityInwardsCalculatorInput.cs) (revision 3dc254557ee133d8bee05fb8e6e5b9094d7ffc93) @@ -298,7 +298,7 @@ public double TangentLineZBottom { internal get; set; } /// - /// Gets or sets the create zones. + /// Gets or sets whether zones should be created. /// public bool CreateZones { internal get; set; } @@ -506,7 +506,7 @@ public double TangentLineZBottom { get; } /// - /// Gets the create zones. + /// Gets whether zones should be created. /// public bool CreateZones { get; } Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IUpliftVanCalculator.cs =================================================================== diff -u -r966dc7335defa901104fd4168d57c08315db2de0 -r3dc254557ee133d8bee05fb8e6e5b9094d7ffc93 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IUpliftVanCalculator.cs (.../IUpliftVanCalculator.cs) (revision 966dc7335defa901104fd4168d57c08315db2de0) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IUpliftVanCalculator.cs (.../IUpliftVanCalculator.cs) (revision 3dc254557ee133d8bee05fb8e6e5b9094d7ffc93) @@ -65,12 +65,12 @@ SlipPlaneUpliftVan SlipPlaneUpliftVan { set; } /// - /// sets whether the grid is automatic determined or not. + /// Sets whether the grid is automatically determined or not. /// bool GridAutomaticDetermined { set; } /// - /// Sets the create zones property. + /// Sets whether zones should be created. /// bool CreateZones { set; }