Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsCalculation.cs
===================================================================
diff -u -r73fa8b14820af5ffd04e2e428a32c95426c36553 -rc2b77b22666a09fdc2348440c76cd37325aeba7d
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsCalculation.cs (.../MacroStabilityInwardsCalculation.cs) (revision 73fa8b14820af5ffd04e2e428a32c95426c36553)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsCalculation.cs (.../MacroStabilityInwardsCalculation.cs) (revision c2b77b22666a09fdc2348440c76cd37325aeba7d)
@@ -42,14 +42,14 @@
}
///
- /// Gets the input parameters to perform a macro stability inwards calculation with.
+ /// Gets or sets , which contains the results of a macro stability inwards calculation.
///
- public MacroStabilityInwardsInput InputParameters { get; private set; }
+ public MacroStabilityInwardsOutput Output { get; set; }
///
- /// Gets or sets , which contains the results of a macro stability inwards calculation.
+ /// Gets the input parameters to perform a macro stability inwards calculation with.
///
- public MacroStabilityInwardsOutput Output { get; set; }
+ public MacroStabilityInwardsInput InputParameters { get; private set; }
public string Name { get; set; }