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; }