Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/GrassCoverErosionOutwardsWaveConditionsCalculationActivityIntegrationTest.cs =================================================================== diff -u -rdd84b844a388b0dc3f721bd40674c4ed513b3231 -r8efe4bdfd7e47208edb8585a8ac32ebcd56635c0 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/GrassCoverErosionOutwardsWaveConditionsCalculationActivityIntegrationTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationActivityIntegrationTest.cs) (revision dd84b844a388b0dc3f721bd40674c4ed513b3231) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/GrassCoverErosionOutwardsWaveConditionsCalculationActivityIntegrationTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationActivityIntegrationTest.cs) (revision 8efe4bdfd7e47208edb8585a8ac32ebcd56635c0) @@ -62,7 +62,7 @@ ForeshoreProfile = CreateForeshoreProfile(), UseForeshore = true, UseBreakWater = true, - StepSize = (RoundedDouble) 0.5, + StepSize = WaveConditionsInputStepSize.Half, LowerBoundaryRevetment = (RoundedDouble) 5.3, UpperBoundaryRevetment = (RoundedDouble) 10, UpperBoundaryWaterLevels = (RoundedDouble) 5.4, @@ -310,7 +310,7 @@ ForeshoreProfile = CreateForeshoreProfile(), UseForeshore = true, UseBreakWater = true, - StepSize = (RoundedDouble) 0.5, + StepSize = WaveConditionsInputStepSize.Half, LowerBoundaryRevetment = (RoundedDouble) 4, UpperBoundaryRevetment = (RoundedDouble) 10, UpperBoundaryWaterLevels = (RoundedDouble) 8,