Index: lib/Deltares/Deltares.MStab.IO.Classic.pdb
===================================================================
diff -u -r567 -r616
Binary files differ
Index: lib/Deltares/Deltares.Stability.pdb
===================================================================
diff -u -r567 -r616
Binary files differ
Index: lib/Deltares/Deltares.MStab.IO.Classic.dll
===================================================================
diff -u -r567 -r616
Binary files differ
Index: src/Deltares.DSoilModel.Data/Deltares.DSoilModel.Data.csproj
===================================================================
diff -u -r476 -r616
--- src/Deltares.DSoilModel.Data/Deltares.DSoilModel.Data.csproj (.../Deltares.DSoilModel.Data.csproj) (revision 476)
+++ src/Deltares.DSoilModel.Data/Deltares.DSoilModel.Data.csproj (.../Deltares.DSoilModel.Data.csproj) (revision 616)
@@ -107,18 +107,12 @@
False
..\..\lib\Deltares\DslCore\Deltares.Mathematics.dll
-
- ..\..\lib\Deltares\Deltares.MStab.IO.Classic.dll
-
..\..\lib\Deltares\DslProbabilistic\Deltares.Probabilistic.dll
..\..\lib\Deltares\DslGeoIo\Deltares.Soilbase.dll
-
- ..\..\lib\Deltares\Deltares.Stability.dll
-
False
..\..\lib\Deltares\DslCore\Deltares.Standard.dll
Index: src/Deltares.DSoilModel.Data/SosSoilProfilesImporter.cs
===================================================================
diff -u -r283 -r616
--- src/Deltares.DSoilModel.Data/SosSoilProfilesImporter.cs (.../SosSoilProfilesImporter.cs) (revision 283)
+++ src/Deltares.DSoilModel.Data/SosSoilProfilesImporter.cs (.../SosSoilProfilesImporter.cs) (revision 616)
@@ -7,8 +7,6 @@
using Deltares.Geotechnics;
using Deltares.Geotechnics.IO.Exception;
using Deltares.Geotechnics.IO.Importers;
-using Deltares.MStab.IO.Classic;
-using Deltares.Standard;
using Deltares.Standard.EventPublisher;
using Deltares.Standard.Extensions;
using Deltares.Standard.IO;
Index: src/Deltares.DSoilModel.Data/DSoilModelProject.cs
===================================================================
diff -u -r613 -r616
--- src/Deltares.DSoilModel.Data/DSoilModelProject.cs (.../DSoilModelProject.cs) (revision 613)
+++ src/Deltares.DSoilModel.Data/DSoilModelProject.cs (.../DSoilModelProject.cs) (revision 616)
@@ -12,9 +12,7 @@
using Deltares.Geotechnics.IO.Importers;
using Deltares.Geotechnics.Mechanisms;
using Deltares.Geotechnics.Xsd;
-using Deltares.MStab.IO.Classic;
using Deltares.Soilbase;
-using Deltares.Stability;
using Deltares.Standard;
using Deltares.Standard.EventPublisher;
using Deltares.Standard.Forms;
@@ -478,7 +476,7 @@
}
catch (Exception ex)
{
- LogManager.Add(new LogMessage(LogMessageType.Error, typeof(Converter), ex.Message));
+ LogManager.Add(new LogMessage(LogMessageType.Error, typeof(SoilsFromDSerieFileImporter), ex.Message));
}
}
@@ -1086,24 +1084,6 @@
return soilProfile2D;
}
- private SoilProfile2D AddSoilProfile2DToProject(string fileName, StabilityModel stabilityModel)
- {
- if (stabilityModel.Geometry != null)
- {
- SoilProfile2D sp2D = stabilityModel.SoilProfile;
- sp2D.Geometry.Rebox();
- sp2D.Length = stabilityModel.Geometry.Right;
- sp2D.Name = Path.GetFileName(fileName);
-
- // Ensure unique name
- UniqueNameProvider.ProvideUniqueName(soilProfiles2D, sp2D);
-
- soilProfiles2D.Add(sp2D);
- return sp2D;
- }
- return null;
- }
-
///
/// Split a soil segment at given relative X coordinate
///
Index: lib/Deltares/Deltares.Stability.dll
===================================================================
diff -u -r567 -r616
Binary files differ
Index: lib/Deltares/Deltares.Geotechnics.WaternetCreator.dll
===================================================================
diff -u -r567 -r616
Binary files differ