Index: Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Data/StabilityStoneCoverWaveConditionsOutput.cs =================================================================== diff -u -rf135e2b0ee4b6ff6eb52d57083243d48ba47cad7 -raa87180799de265241dac6c3f2d54b6ab506f10e --- Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Data/StabilityStoneCoverWaveConditionsOutput.cs (.../StabilityStoneCoverWaveConditionsOutput.cs) (revision f135e2b0ee4b6ff6eb52d57083243d48ba47cad7) +++ Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Data/StabilityStoneCoverWaveConditionsOutput.cs (.../StabilityStoneCoverWaveConditionsOutput.cs) (revision aa87180799de265241dac6c3f2d54b6ab506f10e) @@ -28,7 +28,7 @@ namespace Ringtoets.StabilityStoneCover.Data { /// - /// The result of the stability stone cover wave conditions assessment. + /// Container for the results of a stability stone cover wave conditions calculation. /// public class StabilityStoneCoverWaveConditionsOutput : Observable, ICalculationOutput { @@ -56,13 +56,13 @@ } /// - /// Gets the wave conditions output for blocks. + /// Gets the wave conditions output for columns. /// - public IEnumerable BlocksOutput { get; private set; } + public IEnumerable ColumnsOutput { get; private set; } /// - /// Gets the wave conditions output for columns. + /// Gets the wave conditions output for blocks. /// - public IEnumerable ColumnsOutput { get; private set; } + public IEnumerable BlocksOutput { get; private set; } } } \ No newline at end of file