Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Plugin/StabilityPointStructuresPlugin.cs =================================================================== diff -u -r02d0e67121f748ae6d69ab9f68643d2f5e62f800 -rb5accd775c390fa85f815ef13c3c3e54a6d10ada --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Plugin/StabilityPointStructuresPlugin.cs (.../StabilityPointStructuresPlugin.cs) (revision 02d0e67121f748ae6d69ab9f68643d2f5e62f800) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Plugin/StabilityPointStructuresPlugin.cs (.../StabilityPointStructuresPlugin.cs) (revision b5accd775c390fa85f815ef13c3c3e54a6d10ada) @@ -312,7 +312,7 @@ return new object[] { new FailureMechanismSectionsContext(failureMechanism, assessmentSection), - new ForeshoreProfilesContext(failureMechanism.ForeshoreProfiles, assessmentSection), + new ForeshoreProfilesContext(failureMechanism.ForeshoreProfiles, failureMechanism, assessmentSection), new StabilityPointStructuresContext(failureMechanism.StabilityPointStructures, assessmentSection), new CommentContext(failureMechanism) };