Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanism.cs
===================================================================
diff -u -r246af7a8627ba80b1e693b6df77c69a44478d576 -r94d4a8c842278686ba4974fd35b40898d11d79af
--- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanism.cs (.../GrassCoverErosionOutwardsFailureMechanism.cs) (revision 246af7a8627ba80b1e693b6df77c69a44478d576)
+++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanism.cs (.../GrassCoverErosionOutwardsFailureMechanism.cs) (revision 94d4a8c842278686ba4974fd35b40898d11d79af)
@@ -134,7 +134,7 @@
///
/// Gets the water level calculations corresponding to the mechanism specific factorized signaling norm.
///
- private IEnumerable WaterLevelCalculationsForMechanismSpecificFactorizedSignalingNorm
+ public IEnumerable WaterLevelCalculationsForMechanismSpecificFactorizedSignalingNorm
{
get
{
@@ -145,7 +145,7 @@
///
/// Gets the water level calculations corresponding to the mechanism specific signaling norm.
///
- private IEnumerable WaterLevelCalculationsForMechanismSpecificSignalingNorm
+ public IEnumerable WaterLevelCalculationsForMechanismSpecificSignalingNorm
{
get
{
@@ -156,7 +156,7 @@
///
/// Gets the water level calculations corresponding to the mechanism specific lower limit norm.
///
- private IEnumerable WaterLevelCalculationsForMechanismSpecificLowerLimitNorm
+ public IEnumerable WaterLevelCalculationsForMechanismSpecificLowerLimitNorm
{
get
{
@@ -167,7 +167,7 @@
///
/// Gets the wave height calculations corresponding to the mechanism specific factorized signaling norm.
///
- private IEnumerable WaveHeightCalculationsForMechanismSpecificFactorizedSignalingNorm
+ public IEnumerable WaveHeightCalculationsForMechanismSpecificFactorizedSignalingNorm
{
get
{
@@ -178,7 +178,7 @@
///
/// Gets the wave height calculations corresponding to the mechanism specific signaling norm.
///
- private IEnumerable WaveHeightCalculationsForMechanismSpecificSignalingNorm
+ public IEnumerable WaveHeightCalculationsForMechanismSpecificSignalingNorm
{
get
{
@@ -189,7 +189,7 @@
///
/// Gets the wave height calculations corresponding to the mechanism specific lower limit norm.
///
- private IEnumerable WaveHeightCalculationsForMechanismSpecificLowerLimitNorm
+ public IEnumerable WaveHeightCalculationsForMechanismSpecificLowerLimitNorm
{
get
{