Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/FailureMechanismParametersMStab.cs =================================================================== diff -u -r1117 -r1121 --- DamEngine/trunk/src/Deltares.DamEngine.Data/General/FailureMechanismParametersMStab.cs (.../FailureMechanismParametersMStab.cs) (revision 1117) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/FailureMechanismParametersMStab.cs (.../FailureMechanismParametersMStab.cs) (revision 1121) @@ -63,7 +63,7 @@ public Location Location { get; set; } public SurfaceLine2 SurfaceLine { get; set; } - public PlLines.PlLines PLLines { get; set; } + public PlLines.PlLines PlLines { get; set; } public SoilProfile1D SoilProfile { get; set; } public string SoilGeometry2DName { get; set; } @@ -91,7 +91,7 @@ { return !string.IsNullOrEmpty(this.MStabParameters.SoilDatabaseName) && - this.PLLines != null && + this.PlLines != null && (this.SoilProfile != null || this.MStabParameters.GeometryCreationOptions.SoilGeometry2DFilename != "") && this.Location != null && this.SurfaceLine != null && @@ -111,7 +111,7 @@ this.SurfaceLine = failureMechanismParametersMStab.SurfaceLine; this.SoilProfile = failureMechanismParametersMStab.SoilProfile; this.SoilGeometry2DName = failureMechanismParametersMStab.SoilGeometry2DName; - this.PLLines = failureMechanismParametersMStab.PLLines; + this.PlLines = failureMechanismParametersMStab.PlLines; this.RiverLevel = failureMechanismParametersMStab.RiverLevel; this.DikeTableHeight = failureMechanismParametersMStab.DikeTableHeight;