Index: Riskeer/Integration/src/Riskeer.Integration.Data/Assembly/CombinedFailureMechanismSectionAssemblyResult.cs
===================================================================
diff -u -rc36b47c2e1e8cf948767cca33f80ad735f370ad0 -r101b0f889c29ff9846028062b9e7b0a4d28e745b
--- Riskeer/Integration/src/Riskeer.Integration.Data/Assembly/CombinedFailureMechanismSectionAssemblyResult.cs (.../CombinedFailureMechanismSectionAssemblyResult.cs) (revision c36b47c2e1e8cf948767cca33f80ad735f370ad0)
+++ Riskeer/Integration/src/Riskeer.Integration.Data/Assembly/CombinedFailureMechanismSectionAssemblyResult.cs (.../CombinedFailureMechanismSectionAssemblyResult.cs) (revision 101b0f889c29ff9846028062b9e7b0a4d28e745b)
@@ -58,7 +58,6 @@
Piping = properties.Piping;
GrassCoverErosionInwards = properties.GrassCoverErosionInwards;
MacroStabilityInwards = properties.MacroStabilityInwards;
- MacroStabilityOutwards = properties.MacroStabilityOutwards;
Microstability = properties.Microstability;
StabilityStoneCover = properties.StabilityStoneCover;
WaveImpactAsphaltCover = properties.WaveImpactAsphaltCover;
@@ -113,11 +112,6 @@
public FailureMechanismSectionAssemblyCategoryGroup MacroStabilityInwards { get; }
///
- /// Gets the assembly result for macro stability outwards.
- ///
- public FailureMechanismSectionAssemblyCategoryGroup MacroStabilityOutwards { get; }
-
- ///
/// Gets the assembly result for microstability.
///
public FailureMechanismSectionAssemblyCategoryGroup Microstability { get; }
@@ -200,7 +194,6 @@
Piping = FailureMechanismSectionAssemblyCategoryGroup.None;
GrassCoverErosionInwards = FailureMechanismSectionAssemblyCategoryGroup.None;
MacroStabilityInwards = FailureMechanismSectionAssemblyCategoryGroup.None;
- MacroStabilityOutwards = FailureMechanismSectionAssemblyCategoryGroup.None;
Microstability = FailureMechanismSectionAssemblyCategoryGroup.None;
StabilityStoneCover = FailureMechanismSectionAssemblyCategoryGroup.None;
WaveImpactAsphaltCover = FailureMechanismSectionAssemblyCategoryGroup.None;
@@ -233,11 +226,6 @@
public FailureMechanismSectionAssemblyCategoryGroup MacroStabilityInwards { internal get; set; }
///
- /// Gets or sets the assembly result for macro stability outwards.
- ///
- public FailureMechanismSectionAssemblyCategoryGroup MacroStabilityOutwards { internal get; set; }
-
- ///
/// Gets or sets the assembly result for microstability.
///
public FailureMechanismSectionAssemblyCategoryGroup Microstability { internal get; set; }
Index: Riskeer/Integration/src/Riskeer.Integration.Data/Assembly/CombinedFailureMechanismSectionAssemblyResultFactory.cs
===================================================================
diff -u -rc36b47c2e1e8cf948767cca33f80ad735f370ad0 -r101b0f889c29ff9846028062b9e7b0a4d28e745b
--- Riskeer/Integration/src/Riskeer.Integration.Data/Assembly/CombinedFailureMechanismSectionAssemblyResultFactory.cs (.../CombinedFailureMechanismSectionAssemblyResultFactory.cs) (revision c36b47c2e1e8cf948767cca33f80ad735f370ad0)
+++ Riskeer/Integration/src/Riskeer.Integration.Data/Assembly/CombinedFailureMechanismSectionAssemblyResultFactory.cs (.../CombinedFailureMechanismSectionAssemblyResultFactory.cs) (revision 101b0f889c29ff9846028062b9e7b0a4d28e745b)
@@ -80,7 +80,6 @@
Piping = GetCategoryGroup(assessmentSection.Piping, failureMechanisms, failureMechanismResults),
GrassCoverErosionInwards = GetCategoryGroup(assessmentSection.GrassCoverErosionInwards, failureMechanisms, failureMechanismResults),
MacroStabilityInwards = GetCategoryGroup(assessmentSection.MacroStabilityInwards, failureMechanisms, failureMechanismResults),
- MacroStabilityOutwards = GetCategoryGroup(assessmentSection.MacroStabilityOutwards, failureMechanisms, failureMechanismResults),
Microstability = GetCategoryGroup(assessmentSection.Microstability, failureMechanisms, failureMechanismResults),
StabilityStoneCover = GetCategoryGroup(assessmentSection.StabilityStoneCover, failureMechanisms, failureMechanismResults),
WaveImpactAsphaltCover = GetCategoryGroup(assessmentSection.WaveImpactAsphaltCover, failureMechanisms, failureMechanismResults),