Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/WbiPipingSellmeijerRevised/WbiPipingSellmeijerRevisedOutput.cs =================================================================== diff -u -r1935 -r1953 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/WbiPipingSellmeijerRevised/WbiPipingSellmeijerRevisedOutput.cs (.../WbiPipingSellmeijerRevisedOutput.cs) (revision 1935) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/WbiPipingSellmeijerRevised/WbiPipingSellmeijerRevisedOutput.cs (.../WbiPipingSellmeijerRevisedOutput.cs) (revision 1953) @@ -35,47 +35,47 @@ /// Gets or sets the backward erosion safetyfactor. /// /// - /// The fo sp. + /// The FoS be. /// public double FoSbe { get; set; } /// /// Gets or sets the uplift safetyfactor. /// /// - /// The fo sp. + /// The FoS u. /// public double FoSu { get; set; } /// /// Gets or sets the heave safetyfactor. /// /// - /// The fo sp. + /// The FoS h. /// public double FoSh { get; set; } /// /// Gets or sets the H-critical (critical water level for backward erosion). /// /// - /// The hc. + /// The Hc be. /// public double Hcbe { get; set; } /// /// Gets or sets the H-critical (critical water level for uplift). /// /// - /// The hc. + /// The Hc u. /// public double Hcu { get; set; } /// /// Gets or sets the H-critical (critical waterlevel for heave). /// /// - /// The hc. + /// The Hc h. /// public double Hch { get; set; } @@ -139,15 +139,15 @@ /// Gets or sets the delta phi c be (the critical head difference for backward erosion). /// /// - /// The delta phi cbe. + /// The delta phi c be. /// public double DeltaPhiCbe { get; set; } /// /// Gets or sets the delta phi be (the reduced head difference for backward erosion). /// /// - /// The delta phi cbe. + /// The delta phi be. /// public double DeltaPhibe { get; set; }