Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Data/WaveConditionsInput.cs =================================================================== diff -u -re182f6f394aa75e739467a77e7bcacd9a8b25429 -r0ac76fb7136fab0ad924586e2dcd3437f4977d78 --- Ringtoets/Revetment/src/Ringtoets.Revetment.Data/WaveConditionsInput.cs (.../WaveConditionsInput.cs) (revision e182f6f394aa75e739467a77e7bcacd9a8b25429) +++ Ringtoets/Revetment/src/Ringtoets.Revetment.Data/WaveConditionsInput.cs (.../WaveConditionsInput.cs) (revision 0ac76fb7136fab0ad924586e2dcd3437f4977d78) @@ -52,7 +52,7 @@ /// public WaveConditionsInput() { - orientation = new RoundedDouble(2); + orientation = new RoundedDouble(2, double.NaN); upperBoundaryRevetment = new RoundedDouble(2, double.NaN); lowerBoundaryRevetment = new RoundedDouble(2, double.NaN); @@ -347,7 +347,6 @@ { if (foreshoreProfile == null) { - Orientation = RoundedDouble.NaN; UseForeshore = false; UseBreakWater = false; BreakWater = GetDefaultBreakWater();