namespace Deltares.Dam.Tests { public class DamIntegrationTestTolerance { public DamIntegrationTestTolerance() { SafetyFactorTolerance = 0.001; EntryPoint = 0.01; ExitPoint = 0.01; } public double EntryPoint { get; set; } public double ExitPoint { get; set; } public double SafetyFactorTolerance { get; set; } } }