Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Deltares.DamEngine.Data.csproj
===================================================================
diff -u -r3444 -r3652
--- DamEngine/trunk/src/Deltares.DamEngine.Data/Deltares.DamEngine.Data.csproj (.../Deltares.DamEngine.Data.csproj) (revision 3444)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/Deltares.DamEngine.Data.csproj (.../Deltares.DamEngine.Data.csproj) (revision 3652)
@@ -70,7 +70,6 @@
-
Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/Results/StabilityDesignResults.cs
===================================================================
diff -u -r3522 -r3652
--- DamEngine/trunk/src/Deltares.DamEngine.Data/General/Results/StabilityDesignResults.cs (.../StabilityDesignResults.cs) (revision 3522)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/Results/StabilityDesignResults.cs (.../StabilityDesignResults.cs) (revision 3652)
@@ -33,12 +33,8 @@
private int? numberOfIterations;
private string resultMessage = "";
private double? safetyFactor;
- private double? zone1SafetyFactor;
- private double? localZone1EntryPointX;
- private double? localZone1ExitPointX;
- private double? zone2SafetyFactor;
- private double? localZone2EntryPointX;
- private double? localZone2ExitPointX;
+ private double? localEntryPointX;
+ private double? localExitPointX;
private UpliftSituation? upliftSituation;
private SurfaceLine2 redesignedSurfaceLine;
private MStabModelType? stabilityModelType;
@@ -98,114 +94,42 @@
}
///
- /// Gets or sets the zone1 safety factor stability.
+ /// Gets or sets the local entry point x.
///
///
- /// The zone1 safety factor stability.
+ /// The local entry point x.
///
- public double? Zone1SafetyFactor
+ public double? LocalEntryPointX
{
get
{
- return zone1SafetyFactor;
+ return localEntryPointX;
}
set
{
- zone1SafetyFactor = value;
+ localEntryPointX = value;
}
}
///
- /// Gets or sets the local zone1 entry point x.
+ /// Gets or sets the local exit point x.
///
///
- /// The local zone1 entry point x.
+ /// The local exit point x.
///
- public double? LocalZone1EntryPointX
+ public double? LocalExitPointX
{
get
{
- return localZone1EntryPointX;
+ return localExitPointX;
}
set
{
- localZone1EntryPointX = value;
+ localExitPointX = value;
}
}
///
- /// Gets or sets the local zone1 exit point x.
- ///
- ///
- /// The local zone1 exit point x.
- ///
- public double? LocalZone1ExitPointX
- {
- get
- {
- return localZone1ExitPointX;
- }
- set
- {
- localZone1ExitPointX = value;
- }
- }
-
- ///
- /// Gets or sets the zone2 safety factor stability.
- ///
- ///
- /// The zone2 safety factor stability.
- ///
- public double? Zone2SafetyFactor
- {
- get
- {
- return zone2SafetyFactor;
- }
- set
- {
- zone2SafetyFactor = value;
- }
- }
-
- ///
- /// Gets or sets the local zone2 entry point x.
- ///
- ///
- /// The local zone2 entry point x.
- ///
- public double? LocalZone2EntryPointX
- {
- get
- {
- return localZone2EntryPointX;
- }
- set
- {
- localZone2EntryPointX = value;
- }
- }
-
- ///
- /// Gets or sets the local zone2 exit point x.
- ///
- ///
- /// The local zone2 exit point x.
- ///
- public double? LocalZone2ExitPointX
- {
- get
- {
- return localZone2ExitPointX;
- }
- set
- {
- localZone2ExitPointX = value;
- }
- }
-
- ///
/// Gets or sets the uplift situation.
///
///
Fisheye: Tag 3652 refers to a dead (removed) revision in file `DamEngine/trunk/src/Deltares.DamEngine.Data/General/Results/StabilityResultTypes.cs'.
Fisheye: No comparison available. Pass `N' to diff?