Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresGuiPlugin.cs =================================================================== diff -u -ref49fd08b8b47114cc398b3e0cdced469037bc4a -rf5ac9de8b45cef4515fa7a051c5af54446f96712 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresGuiPlugin.cs (.../HeightStructuresGuiPlugin.cs) (revision ef49fd08b8b47114cc398b3e0cdced469037bc4a) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresGuiPlugin.cs (.../HeightStructuresGuiPlugin.cs) (revision f5ac9de8b45cef4515fa7a051c5af54446f96712) @@ -34,6 +34,7 @@ using Ringtoets.Common.Forms.TreeNodeInfos; using Ringtoets.HeightStructures.Data; using Ringtoets.HeightStructures.Forms.PresentationObjects; +using Ringtoets.HeightStructures.Forms.PropertyClasses; using Ringtoets.HeightStructures.Forms.Views; using Ringtoets.HydraRing.Calculation.Activities; using Ringtoets.HydraRing.Calculation.Data; @@ -50,6 +51,11 @@ /// public class HeightStructuresGuiPlugin : GuiPlugin { + public override IEnumerable GetPropertyInfos() + { + yield return new PropertyInfo(); + } + public override IEnumerable GetViewInfos() { yield return new ViewInfo< @@ -138,7 +144,7 @@ new StructuresOvertoppingCalculationInput(hydraulicBoundaryLocationId, new HydraRingSection(1, failureMechanismSection.Name, sectionLength, inputParameters.OrientationOfTheNormalOfTheStructure), inputParameters.GravitationalAcceleration, - inputParameters.ModelfactorOvertopping.Mean, inputParameters.ModelfactorOvertopping.StandardDeviation, + inputParameters.ModelfactorOvertoppingFlow.Mean, inputParameters.ModelfactorOvertoppingFlow.StandardDeviation, inputParameters.LevelOfCrestOfStructure.Mean, inputParameters.LevelOfCrestOfStructure.StandardDeviation, inputParameters.OrientationOfTheNormalOfTheStructure, inputParameters.ModelfactorOvertoppingSuperCriticalFlow.Mean, inputParameters.ModelfactorOvertoppingSuperCriticalFlow.StandardDeviation,