Index: DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.LayerCreator/LayerCreator.cs =================================================================== diff -u -r3192 -r3195 --- DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.LayerCreator/LayerCreator.cs (.../LayerCreator.cs) (revision 3192) +++ DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.LayerCreator/LayerCreator.cs (.../LayerCreator.cs) (revision 3195) @@ -183,7 +183,7 @@ { XOffset = location.XOffset, SurfaceLine = surfaceLine, - DikeMaterialName = location.LayerMaterial, + DikeMaterialName = location.DikeMaterial, InputFilename = Path.Combine(InputFolderName, location.SoilGeometryName), OutputFilename = Path.Combine(OutputFolderName, "Interim" + location.SoilGeometryName) };