Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorResult.cs =================================================================== diff -u -r2c63c29d4e7a6ea52e12ab8ae673c5681a3fb2fc -r171b5961353dab92f39de485f07a2f495b01a89d --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorResult.cs (.../MacroStabilityInwardsCalculatorResult.cs) (revision 2c63c29d4e7a6ea52e12ab8ae673c5681a3fb2fc) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorResult.cs (.../MacroStabilityInwardsCalculatorResult.cs) (revision 171b5961353dab92f39de485f07a2f495b01a89d) @@ -56,6 +56,7 @@ ForbiddenZonesXEntryMin = properties.ForbiddenZonesXEntryMin; ForbiddenZonesXEntryMax = properties.ForbiddenZonesXEntryMax; ForbiddenZonesAutomaticallyCalculated = properties.ForbiddenZonesAutomaticallyCalculated; + GridAutomaticallyCalculated = properties.GridAutomaticallyCalculated; } /// @@ -98,6 +99,11 @@ /// 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; } } #region properties @@ -137,6 +143,11 @@ /// public bool ForbiddenZonesAutomaticallyCalculated { get; } + /// + /// Gets whether the grid is automatically calculated. + /// + public bool GridAutomaticallyCalculated { get; } + #endregion } } \ No newline at end of file