Index: DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.StiFileCreator/StiFileCreatorInput.cs =================================================================== diff -u -r3093 -r3099 --- DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.StiFileCreator/StiFileCreatorInput.cs (.../StiFileCreatorInput.cs) (revision 3093) +++ DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.StiFileCreator/StiFileCreatorInput.cs (.../StiFileCreatorInput.cs) (revision 3099) @@ -31,7 +31,7 @@ public string InputFilename { get; set; } /// Gets or sets the surfaceline. /// The surfaceline. - public SurfaceLine Surfaceline { get; set; } + public SurfaceLine SurfaceLine { get; set; } /// Gets or sets the x offset. /// The x offset. public double XOffset { get; set; }