Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresCalculation.cs =================================================================== diff -u -r786f934bd6d2b1151b8561f55fcebc1bded458ed -r2efa0fbe22fee2482e1583a7d6f5ccfdf168f660 --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresCalculation.cs (.../StabilityPointStructuresCalculation.cs) (revision 786f934bd6d2b1151b8561f55fcebc1bded458ed) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresCalculation.cs (.../StabilityPointStructuresCalculation.cs) (revision 2efa0fbe22fee2482e1583a7d6f5ccfdf168f660) @@ -21,6 +21,7 @@ using Core.Common.Base; using Ringtoets.Common.Data.Calculation; +using Ringtoets.Common.Data.Probability; using Ringtoets.StabilityPointStructures.Data.Properties; namespace Ringtoets.StabilityPointStructures.Data @@ -45,9 +46,9 @@ public StabilityPointStructuresInput InputParameters { get; private set; } /// - /// Gets or sets , which contains the results of a calculation. + /// Gets or sets , which contains the results of a calculation. /// - public StabilityPointStructuresOutput Output { get; set; } + public ProbabilityAssessmentOutput Output { get; set; } public string Comments { get; set; }