Index: dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStabilityInwards/DamMacroStabilityInwardsKernelWrapper.cs =================================================================== diff -u -r846 -r848 --- dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStabilityInwards/DamMacroStabilityInwardsKernelWrapper.cs (.../DamMacroStabilityInwardsKernelWrapper.cs) (revision 846) +++ dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStabilityInwards/DamMacroStabilityInwardsKernelWrapper.cs (.../DamMacroStabilityInwardsKernelWrapper.cs) (revision 848) @@ -72,6 +72,7 @@ if (damKernelInput.SubSoilScenario.SegmentFailureMechanismType == FailureMechanismSystemType.StabilityInside) { + //ToDo zant model is not read from UI, at least not put in value below var model = FailureMechanismParametersMStab.MStabParameters.Model; if (model == MStabModelType.BishopUpliftVan) { @@ -92,6 +93,8 @@ // var soilGeometry2DFolder = Path.Combine("TestFiles", // damKernelInput.Location.StabilityOptions.MapForSoilGeometries2D); // damKernelInput.SubSoilScenario.StiFileName = Path.Combine(soilGeometry2DFolder, soilGeometry2DName); +// //XSoilGeometry2DOrigin is not specified in xml from UI +// damKernelInput.DesignScenario.Location.XSoilGeometry2DOrigin = -8.42; // //ToDo zant tmp Set input for TestRunMacroStabilityTutorialDesign (end) var damMacroStabilityInput = new DamMacroStabilityInput() Index: dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStabilityCommon/MStabXmlDoc.cs =================================================================== diff -u -r847 -r848 --- dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStabilityCommon/MStabXmlDoc.cs (.../MStabXmlDoc.cs) (revision 847) +++ dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStabilityCommon/MStabXmlDoc.cs (.../MStabXmlDoc.cs) (revision 848) @@ -217,10 +217,6 @@ throw new Exception("Not all required data is available"); } -// //ToDo zant tmp Set input for TestRunMacroStabilityTutorialDesign (start) -// failureMechanismParametersMStab.MStabParameters.GeometryCreationOptions.XOffsetSoilGeometry2DOrigin = 8.42; -// //ToDo zant tmp Set input for TestRunMacroStabilityTutorialDesign (end) - DamMStabAssembler assembler = new DamMStabAssembler(); XDocument mstabXML = assembler.CreateDataTransferObject(failureMechanismParametersMStab); return mstabXML;