using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Deltares.Dam.Data { public static class DamGlobalConstants { public const double NoRunValue = 99; public const double RequiredSafetyPipingForAssessment = 1.2; public const double PlLineOffsetFactorBelowShoulderCrestMinValue = 0.0; public const double PlLineOffsetFactorBelowShoulderCrestMaxValue = 1.0; } }