Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfile/MacroStabilityInwardsSoilProfileReader.cs =================================================================== diff -u -r190069e93048bfb7abe5a190ada915e4b4e782b0 -rd47809e3a8fadff2be5b10056b79b16dc27eeca2 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfile/MacroStabilityInwardsSoilProfileReader.cs (.../MacroStabilityInwardsSoilProfileReader.cs) (revision 190069e93048bfb7abe5a190ada915e4b4e782b0) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfile/MacroStabilityInwardsSoilProfileReader.cs (.../MacroStabilityInwardsSoilProfileReader.cs) (revision d47809e3a8fadff2be5b10056b79b16dc27eeca2) @@ -34,7 +34,7 @@ namespace Ringtoets.MacroStabilityInwards.IO.SoilProfile { /// - /// This class reads a SqLite database file and constructs instances from this database. + /// This class reads a SqLite database file and constructs instances from this database. /// public class MacroStabilityInwardsSoilProfileReader : SqLiteDatabaseReaderBase, IRowBasedDatabaseReader { @@ -75,12 +75,12 @@ /// /// Reads the information for the next profile from the database and creates a - /// instance of the information. + /// instance of the information. /// - /// The next from the database, or null if no more profiles can be read. + /// The next from the database, or null if no more profiles can be read. /// Thrown when reading the profile in the database contained a non-parsable geometry. /// Thrown when the database returned incorrect values for required properties. - public MacroStabilityInwardsSoilProfile ReadProfile() + public MacroStabilityInwardsSoilProfile1D ReadProfile() { if (!HasNext) { @@ -159,12 +159,12 @@ } /// - /// Reads a from the database. + /// Reads a from the database. /// - /// A new . + /// A new . /// Thrown when a recoverable error occurred while reading from the database. /// Thrown when recovering from the failed. - private MacroStabilityInwardsSoilProfile ReadMacroStabilityInwardsSoilProfile() + private MacroStabilityInwardsSoilProfile1D ReadMacroStabilityInwardsSoilProfile() { try {