Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/PreConsolidationStress.cs
===================================================================
diff -u -r3893 -r4000
--- DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/PreConsolidationStress.cs (.../PreConsolidationStress.cs) (revision 3893)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/PreConsolidationStress.cs (.../PreConsolidationStress.cs) (revision 4000)
@@ -39,19 +39,13 @@
}
///
- /// Gets or sets the stress value.
- ///
- public double StressValue { get; set; }
-
- ///
/// Gets or sets the name.
///
///
/// The name.
///
public override string Name { get; set; }
-
///
/// Gets or sets the X coordinate of publisherEventArgs GeometryPoint
///
@@ -68,7 +62,6 @@
}
}
-
///
/// Gets or sets the Z coordinate of publisherEventArgs GeometryPoint
///
@@ -86,6 +79,11 @@
}
///
+ /// Gets or sets the stress value.
+ ///
+ public double StressValue { get; set; }
+
+ ///
/// Clones this instance.
///
public override object Clone()