Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Builders/SoilProfileBuilder1D.cs =================================================================== diff -u -r650fc7b43cb6729baee51d079f0377df8d7a3de9 -r5906f61fff270a7526253bea07dfecdf680898ed --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Builders/SoilProfileBuilder1D.cs (.../SoilProfileBuilder1D.cs) (revision 650fc7b43cb6729baee51d079f0377df8d7a3de9) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Builders/SoilProfileBuilder1D.cs (.../SoilProfileBuilder1D.cs) (revision 5906f61fff270a7526253bea07dfecdf680898ed) @@ -36,6 +36,12 @@ private readonly double bottom; private readonly long soilProfileId; + /// + /// Creates a new instance of . + /// + /// The name of the profile. + /// The bottom level of the profile. + /// Identifier of the profile. internal SoilProfileBuilder1D(string name, double bottom, long soilProfileId) { this.name = name;