Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Input/LayerWithSoil.cs =================================================================== diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rdc5cde6f5d4c2f659854e1b2c0c010a19cabb186 --- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Input/LayerWithSoil.cs (.../LayerWithSoil.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea) +++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Input/LayerWithSoil.cs (.../LayerWithSoil.cs) (revision dc5cde6f5d4c2f659854e1b2c0c010a19cabb186) @@ -20,7 +20,7 @@ // All rights reserved. using System.Collections.Generic; -using Deltares.WTIStability.Data.Geo; +using Deltares.MacroStability.Geometry; using Point2D = Core.Common.Base.Geometry.Point2D; namespace Riskeer.MacroStabilityInwards.KernelWrapper.Creators.Input Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Input/LayerWithSoilCreator.cs =================================================================== diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rdc5cde6f5d4c2f659854e1b2c0c010a19cabb186 --- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Input/LayerWithSoilCreator.cs (.../LayerWithSoilCreator.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea) +++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Input/LayerWithSoilCreator.cs (.../LayerWithSoilCreator.cs) (revision dc5cde6f5d4c2f659854e1b2c0c010a19cabb186) @@ -23,7 +23,7 @@ using System.Collections.Generic; using System.ComponentModel; using System.Linq; -using Deltares.WTIStability.Data.Geo; +using Deltares.MacroStability.Geometry; using Riskeer.MacroStabilityInwards.KernelWrapper.Calculators.Input; using DilatancyType = Riskeer.MacroStabilityInwards.KernelWrapper.Calculators.Input.DilatancyType; using Point2D = Core.Common.Base.Geometry.Point2D; Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Creators/Input/LayerWithSoilCreatorTest.cs =================================================================== diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rdc5cde6f5d4c2f659854e1b2c0c010a19cabb186 --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Creators/Input/LayerWithSoilCreatorTest.cs (.../LayerWithSoilCreatorTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Creators/Input/LayerWithSoilCreatorTest.cs (.../LayerWithSoilCreatorTest.cs) (revision dc5cde6f5d4c2f659854e1b2c0c010a19cabb186) @@ -23,7 +23,7 @@ using System.ComponentModel; using System.Linq; using Core.Common.TestUtil; -using Deltares.WTIStability.Data.Geo; +using Deltares.MacroStability.Geometry; using NUnit.Framework; using Riskeer.MacroStabilityInwards.KernelWrapper.Calculators.Input; using Riskeer.MacroStabilityInwards.KernelWrapper.Creators.Input;