Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresCalculation.cs
===================================================================
diff -u -rb60b7e12cf211bdbe11e0a54734fa097e8ef2146 -r8047e7fd59525ed424105aaefc4ee88b9ae8def6
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresCalculation.cs (.../HeightStructuresCalculation.cs) (revision b60b7e12cf211bdbe11e0a54734fa097e8ef2146)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresCalculation.cs (.../HeightStructuresCalculation.cs) (revision 8047e7fd59525ed424105aaefc4ee88b9ae8def6)
@@ -27,7 +27,7 @@
namespace Ringtoets.HeightStructures.Data
{
///
- /// This class holds the height structures information which can be made visible in the graphical interface of the application.
+ /// This class holds information about a calculation for the .
///
public class HeightStructuresCalculation : Observable, ICalculation
{
@@ -48,9 +48,9 @@
public HeightStructuresInput InputParameters { get; private set; }
///
- /// Gets or sets , which contains the results of a height structures calculation.
+ /// Gets or sets , which contains the results of a height structures calculation.
///
- public HeightStructuresOutput Output { get; set; }
+ public ProbabilisticOutput Output { get; set; }
public string Name { get; set; }