Index: src/Plugins/Wti/Wti.IO/PipingSurfaceLinesCsvReader.cs
===================================================================
diff -u -raa2e48b57a92d8f3703cb27e92bb538bfc5b6ff9 -r9260afadbd7ccee6409417730493babf258cc103
--- src/Plugins/Wti/Wti.IO/PipingSurfaceLinesCsvReader.cs (.../PipingSurfaceLinesCsvReader.cs) (revision aa2e48b57a92d8f3703cb27e92bb538bfc5b6ff9)
+++ src/Plugins/Wti/Wti.IO/PipingSurfaceLinesCsvReader.cs (.../PipingSurfaceLinesCsvReader.cs) (revision 9260afadbd7ccee6409417730493babf258cc103)
@@ -54,7 +54,7 @@
}
///
- /// Reads the file to determine the number of available
+ /// Reads the file to determine the number of available
/// data rows.
///
/// A value greater than or equal to 0.
@@ -80,7 +80,7 @@
///
/// Reads and consumes the next data row, parsing the data to create an instance
- /// of .
+ /// of .
///
/// Return the parse surfaceline, or null when at the end of the file.
/// A critical error has occurred, which may be caused by:
@@ -102,7 +102,7 @@
/// - The row is missing values to form a surface line point.
///
///
- public PipingSurfaceLine ReadLine()
+ public RingtoetsPipingSurfaceLine ReadLine()
{
if (fileReader == null)
{
@@ -122,7 +122,7 @@
var surfaceLineName = GetSurfaceLineName(tokenizedString);
var points = GetSurfaceLinePoints(tokenizedString);
- var surfaceLine = new PipingSurfaceLine
+ var surfaceLine = new RingtoetsPipingSurfaceLine
{
Name = surfaceLineName
};