Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs =================================================================== diff -u -radd325fb1e135f779adf7c89446886ff15a9b17c -r3b7c66a337a7aec08939f964d8b9257442cb7bbe --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs (.../StabilityPointStructure.cs) (revision add325fb1e135f779adf7c89446886ff15a9b17c) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs (.../StabilityPointStructure.cs) (revision 3b7c66a337a7aec08939f964d8b9257442cb7bbe) @@ -21,7 +21,6 @@ using System; using Core.Common.Base.Data; -using Core.Common.Base.Geometry; using Ringtoets.Common.Data; using Ringtoets.Common.Data.Probabilistics; using BaseConstructionProperties = Ringtoets.Common.Data.StructureBase.ConstructionProperties; @@ -144,7 +143,7 @@ }; InflowModelType = constructionProperties.InflowModelType; } - + /// /// Gets the storage area of the stability point structure. /// [m^2] @@ -243,7 +242,7 @@ /// /// Gets the mass of the ship. - /// [tons] + /// [ton] /// public VariationCoefficientNormalDistribution ShipMass { get; private set; } Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r35fdee2bc06dff773233a382ffe5f7d55644c111 -r3b7c66a337a7aec08939f964d8b9257442cb7bbe --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 35fdee2bc06dff773233a382ffe5f7d55644c111) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 3b7c66a337a7aec08939f964d8b9257442cb7bbe) @@ -271,7 +271,7 @@ } /// - /// Looks up a localized string similar to Kans op aanvaring tweede keermiddel per nivellering [1/niv]. + /// Looks up a localized string similar to Kans op aanvaring tweede keermiddel per nivellering [1/jaar/niv]. /// internal static string Structure_ProbabilityCollisionSecondaryStructure_DisplayName { get { Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.resx =================================================================== diff -u -r35fdee2bc06dff773233a382ffe5f7d55644c111 -r3b7c66a337a7aec08939f964d8b9257442cb7bbe --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision 35fdee2bc06dff773233a382ffe5f7d55644c111) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision 3b7c66a337a7aec08939f964d8b9257442cb7bbe) @@ -181,7 +181,7 @@ Kans op aanvaring tweede keermiddel per nivellering. - Kans op aanvaring tweede keermiddel per nivellering [1/niv] + Kans op aanvaring tweede keermiddel per nivellering [1/jaar/niv] Massa van het schip. Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs =================================================================== diff -u -radd325fb1e135f779adf7c89446886ff15a9b17c -r3b7c66a337a7aec08939f964d8b9257442cb7bbe --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs (.../StabilityPointStructurePropertiesTest.cs) (revision add325fb1e135f779adf7c89446886ff15a9b17c) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs (.../StabilityPointStructurePropertiesTest.cs) (revision 3b7c66a337a7aec08939f964d8b9257442cb7bbe) @@ -367,7 +367,7 @@ PropertyDescriptor probabilityCollisionSecondaryStructureProperty = dynamicProperties[probabilityCollisionSecondaryStructurePropertyIndex]; Assert.AreEqual(schematizationCategory, probabilityCollisionSecondaryStructureProperty.Category); - Assert.AreEqual("Kans op aanvaring tweede keermiddel per nivellering [1/niv]", probabilityCollisionSecondaryStructureProperty.DisplayName); + Assert.AreEqual("Kans op aanvaring tweede keermiddel per nivellering [1/jaar/niv]", probabilityCollisionSecondaryStructureProperty.DisplayName); Assert.AreEqual("Kans op aanvaring tweede keermiddel per nivellering.", probabilityCollisionSecondaryStructureProperty.Description); PropertyDescriptor flowVelocityStructureClosableProperty = dynamicProperties[flowVelocityStructureClosablePropertyIndex];