Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresCalculation.cs =================================================================== diff -u -r1051f838aebbd5977351542027ce6330583b0d43 -r6954e174ae758a8ef11bfdfce0da0aa135460fb6 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresCalculation.cs (.../HeightStructuresCalculation.cs) (revision 1051f838aebbd5977351542027ce6330583b0d43) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresCalculation.cs (.../HeightStructuresCalculation.cs) (revision 6954e174ae758a8ef11bfdfce0da0aa135460fb6) @@ -81,9 +81,9 @@ private void AddDemoInput() { - InputParameters.LevelOfCrestOfStructure.Mean = (RoundedDouble) 5.74; - InputParameters.OrientationOfTheNormalOfTheStructure = (RoundedDouble) 115; - InputParameters.AllowableIncreaseOfLevelForStorage.Mean = (RoundedDouble) 1.0; + InputParameters.LevelCrestStructure.Mean = (RoundedDouble) 5.74; + InputParameters.StructureNormalOrientation = (RoundedDouble) 115; + InputParameters.AllowedLevelIncreaseStorage.Mean = (RoundedDouble) 1.0; InputParameters.FlowWidthAtBottomProtection.Mean = (RoundedDouble) 18; InputParameters.CriticalOvertoppingDischarge.Mean = (RoundedDouble) 1; InputParameters.WidthOfFlowApertures.Mean = (RoundedDouble) 18;