Index: dam engine/trunk/src/Deltares.DamEngine.Calculators/Dikes Assessment Regional/RWScenarioSelector.cs =================================================================== diff -u -r452 -r578 --- dam engine/trunk/src/Deltares.DamEngine.Calculators/Dikes Assessment Regional/RWScenarioSelector.cs (.../RWScenarioSelector.cs) (revision 452) +++ dam engine/trunk/src/Deltares.DamEngine.Calculators/Dikes Assessment Regional/RWScenarioSelector.cs (.../RWScenarioSelector.cs) (revision 578) @@ -69,7 +69,7 @@ for (int i = 1; i < evaluators.Length + 1; i++) { - choices[i] = evaluators[i - 1].Evaluate(location, new SoilGeometry(soilGeometryProbability.SoilProfile, null), choices.ToArray()); + choices[i] = evaluators[i - 1].Evaluate(location, new SoilGeometry(soilGeometryProbability.SoilProfile1D, null), choices.ToArray()); //Is het een doorlopende tak? Zo niet break af (afbreken als geen veenkade en droge belastingsituatie resultsInScenarios = WillChoicesResultInScenarios(choices.ToArray()); @@ -201,7 +201,7 @@ //{ // // Soils are not transferred to the computational core at the moment, therefore this code has no meaning at the moment // // You could say the same about soils in general in the DAM C# code - // SoilProfile drySoilProfile = soilProfile.Clone(); + // SoilProfile1D drySoilProfile = soilProfile.Clone(); // foreach (Layer layer in drySoilProfile.Layers) // { // layer.Soil.AbovePhreaticLevel = layer.Soil.DryUnitWeight; @@ -230,7 +230,7 @@ //{ // // Soils are not transferred to the computational core at the moment, therefore this code has no meaning at the moment // // You could say the same about soils in general in the DAM C# code - // SoilProfile drySoilProfile = soilProfile.Clone(); + // SoilProfile1D drySoilProfile = soilProfile.Clone(); // foreach (Layer layer in drySoilProfile.Layers) // { // layer.Soil.AbovePhreaticLevel = layer.Soil.DryUnitWeight;