Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsFailureMechanism.cs =================================================================== diff -u -r421cbbc8a7149960b5e6908bde1744c63e4d1169 -r42c710f0341da1ca4fc911ef8ba502a41073e400 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsFailureMechanism.cs (.../GrassCoverErosionInwardsFailureMechanism.cs) (revision 421cbbc8a7149960b5e6908bde1744c63e4d1169) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsFailureMechanism.cs (.../GrassCoverErosionInwardsFailureMechanism.cs) (revision 42c710f0341da1ca4fc911ef8ba502a41073e400) @@ -87,14 +87,12 @@ base.AddSection(section); sectionResults.Add(new GrassCoverErosionInwardsFailureMechanismSectionResult(section)); - sectionResults.NotifyObservers(); } public override void ClearAllSections() { base.ClearAllSections(); sectionResults.Clear(); - sectionResults.NotifyObservers(); } } } \ No newline at end of file