Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Output/WaternetCalculatorResultCreator.cs =================================================================== diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rf2feee44a930d01a4834159f32d15a5425c2af6c --- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Output/WaternetCalculatorResultCreator.cs (.../WaternetCalculatorResultCreator.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea) +++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Output/WaternetCalculatorResultCreator.cs (.../WaternetCalculatorResultCreator.cs) (revision f2feee44a930d01a4834159f32d15a5425c2af6c) @@ -22,7 +22,7 @@ using System; using System.Collections.Generic; using System.Linq; -using Deltares.WTIStability.Data.Geo; +using Deltares.MacroStability.Geometry; using Riskeer.MacroStabilityInwards.KernelWrapper.Calculators.Waternet.Output; using Point2D = Core.Common.Base.Geometry.Point2D; Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.TestUtil/Calculators/Waternet/Output/WaternetCalculatorOutputAssert.cs =================================================================== diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rf2feee44a930d01a4834159f32d15a5425c2af6c --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.TestUtil/Calculators/Waternet/Output/WaternetCalculatorOutputAssert.cs (.../WaternetCalculatorOutputAssert.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.TestUtil/Calculators/Waternet/Output/WaternetCalculatorOutputAssert.cs (.../WaternetCalculatorOutputAssert.cs) (revision f2feee44a930d01a4834159f32d15a5425c2af6c) @@ -20,7 +20,7 @@ // All rights reserved. using System.Linq; -using Deltares.WTIStability.Data.Geo; +using Deltares.MacroStability.Geometry; using NUnit.Framework; using Riskeer.MacroStabilityInwards.KernelWrapper.Calculators.Waternet.Output; using Point2D = Core.Common.Base.Geometry.Point2D;