Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs =================================================================== diff -u -r0320ab3a413cb6a55e3f615d8c62706a48121588 -r49621ecdce5a2a8f7c8bb689e8cfd6759dfb8fc6 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs (.../HeightStructuresFailureMechanism.cs) (revision 0320ab3a413cb6a55e3f615d8c62706a48121588) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs (.../HeightStructuresFailureMechanism.cs) (revision 49621ecdce5a2a8f7c8bb689e8cfd6759dfb8fc6) @@ -45,7 +45,10 @@ : base(Resources.HeightStructuresFailureMechanism_DisplayName, Resources.HeightStructuresFailureMechanism_Code) { sectionResults = new List(); - CalculationsGroup = new CalculationGroup(RingtoetsCommonDataResources.FailureMechanism_Calculations_DisplayName); + CalculationsGroup = new CalculationGroup + { + Name = RingtoetsCommonDataResources.FailureMechanism_Calculations_DisplayName + }; GeneralInput = new GeneralHeightStructuresInput(); HeightStructures = new StructureCollection(); ForeshoreProfiles = new ForeshoreProfileCollection();