Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamPipingBligh/DamPipingBlighOutput.cs
===================================================================
diff -u -r3893 -r4000
--- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamPipingBligh/DamPipingBlighOutput.cs (.../DamPipingBlighOutput.cs) (revision 3893)
+++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamPipingBligh/DamPipingBlighOutput.cs (.../DamPipingBlighOutput.cs) (revision 4000)
@@ -38,34 +38,39 @@
/// The calculation result.
///
public CalculationResult CalculationResult { get; set; }
+
///
/// Gets or sets the safetyfactor for Bligh.
///
///
/// The fo sp.
///
public double FoSp { get; set; }
+
///
/// Gets or sets the H-critical.
///
///
/// The hc.
///
public double Hc { get; set; }
+
///
/// Gets or sets the uplift factor.
///
///
/// The uplift factor.
///
public double? UpliftFactor { get; set; }
+
///
/// Gets or sets the x-coordinate of the exit point.
///
///
/// The exit point x.
///
public double ExitPointX { get; set; }
+
///
/// Gets or sets the uplift situation.
///
@@ -74,4 +79,4 @@
///
public UpliftSituation UpliftSituation { get; set; }
}
-}
+}
\ No newline at end of file