Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs
===================================================================
diff -u -rd9c981f7b4c64d16e55fca0cb51eb9f4c9aec28f -rab20c4eb4ca81bd3845d50210d2bdb301177af6a
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs (.../HeightStructuresFailureMechanismSectionResult.cs) (revision d9c981f7b4c64d16e55fca0cb51eb9f4c9aec28f)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs (.../HeightStructuresFailureMechanismSectionResult.cs) (revision ab20c4eb4ca81bd3845d50210d2bdb301177af6a)
@@ -21,6 +21,7 @@
using System;
using Ringtoets.Common.Data.FailureMechanism;
+using Ringtoets.Common.Data.Structures;
namespace Ringtoets.HeightStructures.Data
{
@@ -53,9 +54,9 @@
}
///
- /// Gets or sets the , which is chosen
+ /// Gets or sets the , which is chosen
/// to be representative for the whole section.
///
- public HeightStructuresCalculation Calculation { get; set; }
+ public StructuresCalculation Calculation { get; set; }
}
}
\ No newline at end of file