Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Output/UpliftVanCalculationGridResultCreator.cs =================================================================== diff -u -r8fac155ae794402308893c96bbda7c9da41d8c06 -r667587619f31e415150f6377b5b78f93414d3d83 --- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Output/UpliftVanCalculationGridResultCreator.cs (.../UpliftVanCalculationGridResultCreator.cs) (revision 8fac155ae794402308893c96bbda7c9da41d8c06) +++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Output/UpliftVanCalculationGridResultCreator.cs (.../UpliftVanCalculationGridResultCreator.cs) (revision 667587619f31e415150f6377b5b78f93414d3d83) @@ -22,7 +22,6 @@ using System; using System.Linq; using Deltares.MacroStability.Data; -using Deltares.WTIStability; using Riskeer.MacroStabilityInwards.KernelWrapper.Calculators.UpliftVan; using Riskeer.MacroStabilityInwards.KernelWrapper.Calculators.UpliftVan.Output; Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Output/UpliftVanKernelMessagesCreator.cs =================================================================== diff -u -r3a03f421a9936d6b23596533aa1d130485ea41e7 -r667587619f31e415150f6377b5b78f93414d3d83 --- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Output/UpliftVanKernelMessagesCreator.cs (.../UpliftVanKernelMessagesCreator.cs) (revision 3a03f421a9936d6b23596533aa1d130485ea41e7) +++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Output/UpliftVanKernelMessagesCreator.cs (.../UpliftVanKernelMessagesCreator.cs) (revision 667587619f31e415150f6377b5b78f93414d3d83) @@ -53,7 +53,7 @@ /// /// Creates an of - /// based on the given in the . + /// based on the given in the . /// /// The validation results to create the Uplift Van kernel messages for. /// A new of with information Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Creators/Input/SlipPlaneConstraintsCreatorTest.cs =================================================================== diff -u -r3a03f421a9936d6b23596533aa1d130485ea41e7 -r667587619f31e415150f6377b5b78f93414d3d83 --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Creators/Input/SlipPlaneConstraintsCreatorTest.cs (.../SlipPlaneConstraintsCreatorTest.cs) (revision 3a03f421a9936d6b23596533aa1d130485ea41e7) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Creators/Input/SlipPlaneConstraintsCreatorTest.cs (.../SlipPlaneConstraintsCreatorTest.cs) (revision 667587619f31e415150f6377b5b78f93414d3d83) @@ -21,7 +21,6 @@ using System; using Deltares.MacroStability.Data; -using Deltares.WTIStability; using NUnit.Framework; using Riskeer.MacroStabilityInwards.KernelWrapper.Calculators.UpliftVan.Input; using Riskeer.MacroStabilityInwards.KernelWrapper.Creators.Input; Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Creators/Input/UpliftVanStabilityLocationCreatorTest.cs =================================================================== diff -u -rd88689fd053416ad5077227ec0700dd59566e185 -r667587619f31e415150f6377b5b78f93414d3d83 --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Creators/Input/UpliftVanStabilityLocationCreatorTest.cs (.../UpliftVanStabilityLocationCreatorTest.cs) (revision d88689fd053416ad5077227ec0700dd59566e185) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Creators/Input/UpliftVanStabilityLocationCreatorTest.cs (.../UpliftVanStabilityLocationCreatorTest.cs) (revision 667587619f31e415150f6377b5b78f93414d3d83) @@ -23,7 +23,6 @@ using System.ComponentModel; using Core.Common.TestUtil; using Deltares.MacroStability.WaternetCreator; -using Deltares.WTIStability; using NUnit.Framework; using Riskeer.MacroStabilityInwards.KernelWrapper.Calculators.Input; using Riskeer.MacroStabilityInwards.KernelWrapper.Calculators.UpliftVan.Input;