Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityOutputItem.cs =================================================================== diff -u -r6404 -r6505 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityOutputItem.cs (.../MacroStabilityOutputItem.cs) (revision 6404) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityOutputItem.cs (.../MacroStabilityOutputItem.cs) (revision 6505) @@ -121,36 +121,18 @@ public List ResultSlices { get; set; } /// - /// Gets or sets the Bishop calculation circle. + /// Gets or sets the Bishop calculation circle used for the input. /// /// - /// The bishop calculation circle. + /// The bishop calculation circle used for the input. /// - // TODO: Remove this property to make this class independent of the CSharpWrapper - public BishopCalculationCircle BishopCalculationCircle { get; set; } - - /// - /// Gets or sets the Uplift Van calculation grid. - /// - /// - /// The Uplift Van calculation grid. - /// - // TODO: Remove this property to make this class independent of the CSharpWrapper - public UpliftVanCalculationGrid UpliftVanCalculationGrid { get; set; } - - /// - /// Gets or sets the Bishop calculation circle. - /// - /// - /// The bishop calculation circle. - /// public BishopCalculationGrid InputBishopCalculationGrid { get; set; } /// - /// Gets or sets the Uplift Van calculation grid. + /// Gets or sets the Uplift Van calculation grid used for the input. /// /// - /// The Uplift Van calculation grid. + /// The Uplift Van calculation grid used for the input. /// public MacroStabilityCommon.UpliftVanCalculationGrid InputUpliftVanCalculationGrid { get; set; } } \ No newline at end of file