Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamPipingBligh/DamPipingBlighKernelWrapper.cs =================================================================== diff -u -r1040 -r1052 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamPipingBligh/DamPipingBlighKernelWrapper.cs (.../DamPipingBlighKernelWrapper.cs) (revision 1040) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamPipingBligh/DamPipingBlighKernelWrapper.cs (.../DamPipingBlighKernelWrapper.cs) (revision 1052) @@ -322,8 +322,9 @@ }; UpliftLocationAndResult upliftLocationAndResult = upliftLocationDeterminator.GetUpliftFactorAtPoint(point); // ============================ End of SetupCalculationAtGivePoint() - double requiredFoS = damKernelInput.DesignScenario.GetRequiredSafetyFactorPiping(null); - double upliftCriterion = damKernelInput.DesignScenario.GetUpliftCriterionPiping(null); + + double requiredFoS = location.ModelFactors.RequiredSafetyFactorPiping.Value; + double upliftCriterion = location.UpliftCriterionPiping.Value; // if there is no uplift, then there is no piping so return null if (upliftLocationAndResult != null) {