Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Importers/PipingSoilProfileTransformer.cs =================================================================== diff -u -r763e4e54f2b5478ddebfc09be8c8d1da541e1a15 -rad0f4a7a0f8b9f065da77eda1a450ac3696b8f7f --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Importers/PipingSoilProfileTransformer.cs (.../PipingSoilProfileTransformer.cs) (revision 763e4e54f2b5478ddebfc09be8c8d1da541e1a15) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Importers/PipingSoilProfileTransformer.cs (.../PipingSoilProfileTransformer.cs) (revision ad0f4a7a0f8b9f065da77eda1a450ac3696b8f7f) @@ -105,7 +105,7 @@ bottom = Math.Min(bottom, newBottom); } - return new PipingSoilProfile(profileName, bottom, layers, SoilProfileType.SoilProfile2D, 0); + return new PipingSoilProfile(profileName, bottom, layers, SoilProfileType.SoilProfile2D); } private static PipingSoilProfile CreatePipingSoilProfile(SoilProfile1D soilProfile1D) @@ -115,8 +115,7 @@ return new PipingSoilProfile(soilProfile1D.Name, soilProfile1D.Bottom, layers.ToArray(), - SoilProfileType.SoilProfile1D, - 0); + SoilProfileType.SoilProfile1D); } } } \ No newline at end of file