Index: Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs =================================================================== diff -u -r89bea52ae1b4639721b93bdd4a537f36ec6d6b9c -r9a63dd4cf6589ffe683d8e1eb3694afced6efc78 --- Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs (.../StructuresInputBase.cs) (revision 89bea52ae1b4639721b93bdd4a537f36ec6d6b9c) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs (.../StructuresInputBase.cs) (revision 9a63dd4cf6589ffe683d8e1eb3694afced6efc78) @@ -83,7 +83,7 @@ widthFlowApertures = new NormalDistribution(2); SetDefaultCommonStructureSchematizationProperties(); - SynchronizeForeshoreProfileParameters(); + SynchronizeForeshoreProfileInput(); } #region Model factors @@ -350,7 +350,7 @@ set { foreshoreProfile = value; - SynchronizeForeshoreProfileParameters(); + SynchronizeForeshoreProfileInput(); } } @@ -380,7 +380,7 @@ Structure = null; } - public bool IsForeshoreProfileParametersSynchronized + public bool IsForeshoreProfileInputSynchronized { get { @@ -398,7 +398,7 @@ } } - public void SynchronizeForeshoreProfileParameters() + public void SynchronizeForeshoreProfileInput() { if (foreshoreProfile == null) {