Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/SoilSurfaceProfile.cs =================================================================== diff -u -r1082 -r1154 --- DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/SoilSurfaceProfile.cs (.../SoilSurfaceProfile.cs) (revision 1082) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/SoilSurfaceProfile.cs (.../SoilSurfaceProfile.cs) (revision 1154) @@ -38,7 +38,7 @@ private Soil dikeEmbankmentMaterial; private bool dirty; private bool initial = true; - private SoilProfile1D soilProfile; + private SoilProfile1D soilProfile = null; private SoilProfile1D orgSoilProfile; private GeometryPointString surfaceLine; private SurfaceLine2 surfaceLine2; Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/DikesDesign/DesignCalculator.cs =================================================================== diff -u -r1153 -r1154 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/DikesDesign/DesignCalculator.cs (.../DesignCalculator.cs) (revision 1153) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/DikesDesign/DesignCalculator.cs (.../DesignCalculator.cs) (revision 1154) @@ -157,7 +157,6 @@ throw new NotImplementedException("SlopeAdaptionBeforeShoulderAdaption design strategy is not implemented yet."); case DesignStrategy.OptimizedSlopeAndShoulderAdaption: throw new NotImplementedException("OptimizedSlopeAndShoulderAdaption design strategy is not implemented yet."); - break; } }