Index: dam engine/trunk/src/Deltares.DamEngine.Data/General/Results/DesignResult.cs
===================================================================
diff -u -r469 -r576
--- dam engine/trunk/src/Deltares.DamEngine.Data/General/Results/DesignResult.cs (.../DesignResult.cs) (revision 469)
+++ dam engine/trunk/src/Deltares.DamEngine.Data/General/Results/DesignResult.cs (.../DesignResult.cs) (revision 576)
@@ -121,6 +121,15 @@
// only for Clone() method
}
+ ///
+ /// Initializes a new instance of the class.
+ /// Needed for testing purposes.
+ ///
+ /// The identifier.
+ /// The x rd.
+ /// The y rd.
+ /// Name of the location.
+ /// Name of the scenario.
internal DesignResult(string id, double xRd, double yRd, string locationName, string scenarioName)
{
this.id = id;
@@ -384,6 +393,11 @@
}
}
+ ///
+ /// Sets the safety factor.
+ /// Needed for testing purposes.
+ ///
+ /// The value.
internal void SetSafetyFactor(double value)
{
safetyFactor = value;