Index: Demo/Ringtoets/src/Demo.Ringtoets/Commands/AddNewDemoAssessmentSectionCommand.cs =================================================================== diff -u -r3000a7c59771885595ddc279f80680d941195cfd -r5d00e46dbca617ca3c297bff76dc7cc63211b9de --- Demo/Ringtoets/src/Demo.Ringtoets/Commands/AddNewDemoAssessmentSectionCommand.cs (.../AddNewDemoAssessmentSectionCommand.cs) (revision 3000a7c59771885595ddc279f80680d941195cfd) +++ Demo/Ringtoets/src/Demo.Ringtoets/Commands/AddNewDemoAssessmentSectionCommand.cs (.../AddNewDemoAssessmentSectionCommand.cs) (revision 5d00e46dbca617ca3c297bff76dc7cc63211b9de) @@ -447,7 +447,20 @@ new Point2D(6.9300, 3.032406), new Point2D(14.8312, 12.673506) }), - new Ring[0]) + new[] + { + new Ring(new[] + { + new Point2D(20.210230, 26.00001), + new Point2D(3.830, 1.040506), + new Point2D(6.9300, 3.032406) + }), + new Ring(new[] + { + new Point2D(6.9300, 3.032406), + new Point2D(14.8312, 12.673506) + }) + }) { Properties = { @@ -458,9 +471,9 @@ soilModel.StochasticSoilProfiles.Add(soilProfile2D); var soilProfile1D = new MacroStabilityInwardsStochasticSoilProfile(0.2, SoilProfileType.SoilProfile1D, 1234L); - soilProfile1D.SoilProfile = new MacroStabilityInwardsSoilProfile1D("test 1D", 22.0, new[] + soilProfile1D.SoilProfile = new MacroStabilityInwardsSoilProfile1D("test 1D", 22.567, new[] { - new MacroStabilityInwardsSoilLayer1D(30.0) + new MacroStabilityInwardsSoilLayer1D(30.1267) { Properties = {