Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityCommon/TrafficLoad.cs
===================================================================
diff -u -r3893 -r4000
--- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityCommon/TrafficLoad.cs (.../TrafficLoad.cs) (revision 3893)
+++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityCommon/TrafficLoad.cs (.../TrafficLoad.cs) (revision 4000)
@@ -27,11 +27,13 @@
/// Gets or sets the pressure.
/// The pressure.
public double Pressure { get; set; }
+
/// Gets or sets the x start.
/// The x start.
- public double XStart{ get; set; }
+ public double XStart { get; set; }
+
/// Gets or sets the x end.
/// The x end.
public double XEnd { get; set; }
}
-}
+}
\ No newline at end of file