Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStabilityCommon/CalculationHelper.cs
===================================================================
diff -u -r949 -r1117
--- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStabilityCommon/CalculationHelper.cs (.../CalculationHelper.cs) (revision 949)
+++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStabilityCommon/CalculationHelper.cs (.../CalculationHelper.cs) (revision 1117)
@@ -34,14 +34,14 @@
///
/// The pl line creation method.
/// the pl line assignment method
- public static PLLineAssignment PlLineCreationMethod2PlLineAssignment(PLLineCreationMethod plLineCreationMethod)
+ public static PLLineAssignment PlLineCreationMethod2PlLineAssignment(PlLineCreationMethod plLineCreationMethod)
{
PLLineAssignment plLineAssignment = PLLineAssignment.ExpertKnowledge;
switch (plLineCreationMethod)
{
- case PLLineCreationMethod.ExpertKnowledgeRRD:
- case PLLineCreationMethod.ExpertKnowledgeLinearInDike:
- case PLLineCreationMethod.GaugesWithFallbackToExpertKnowledgeRRD:
+ case PlLineCreationMethod.ExpertKnowledgeRRD:
+ case PlLineCreationMethod.ExpertKnowledgeLinearInDike:
+ case PlLineCreationMethod.GaugesWithFallbackToExpertKnowledgeRRD:
plLineAssignment = PLLineAssignment.ExpertKnowledge;
break;
}
@@ -57,7 +57,7 @@
/// The pl lines.
/// The location.
///
- public static UpliftLocationAndResult GetLocationWithLowestUpliftFactor(SurfaceLine2 surfaceLine, SoilProfile1D soilProfile, string soilGeometry2DName, PLLines plLines, Location location)
+ public static UpliftLocationAndResult GetLocationWithLowestUpliftFactor(SurfaceLine2 surfaceLine, SoilProfile1D soilProfile, string soilGeometry2DName, PlLines plLines, Location location)
{
UpliftLocationDeterminator upliftLocationDeterminator = new UpliftLocationDeterminator()
{